Hex | b67513 |
RGB | 182 , 117 , 19 |
RGB % | 57.2, 36.8, 6.0 |
HSL | 36.1, 81.1, 39.4 |
HSV | 36.1, 89.6, 71.4 |
CMYK | 0,91.1,228.4,73 |
XYZ | 0.258, 0.227, 0.036 |
xyY | 0.494, 0.436, 0.227 |
CIE-LAB | 0.548, 0.185, 0.576 |
CIE-LUV | 0.548, 0.536, 0.522 |
CIE-HCL | 72.154, 0.605, 0.548 |
Binary | 10110110,01110101,00010011 |
#b67513 HTML/CSS Color Name is Dark Goldenrod / Pantone 153 C / Yellow.
In a RGB color space, #b67513 color RGB value is (Red:182,Green:117,Blue:19). it is composed of 57.2% red, 36.8% green and 6.0% blue. The process color (four color CMYK) of #b67513 color hex is 0,91.1,228.4,73. HSL of color #b67513 hue: 36.1 , saturation: 81.1 and the lightness value of b67513 is 39.4. Mainly color is Yellow. Reverse color is: #498aec.
The color codes conversion takes 1.834951 milliseconds.
.bgcolor {background-color:#b67513; .textcolor {color:#b67513; } .bordercolor {border:3px solid #b67513; }
<p style="color:#b67513">Text here</p>
<p style="background-color:#b67513;">Content here</p>
<div style="border:1px solid #b67513;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #b67513; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b67513; -webkit-box-shadow: 1px 1px 3px 2px #b67513; box-shadow: 1px 1px 3px 2px #b67513; }
<p style="text-shadow: 4px 4px 2px #b67513">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #b67513; -webkit-box-shadow: 1px 1px 3px 2px #b67513; box-shadow: 1px 1px 3px 2px #b67513;">
Content here</div>