Hex | 543e1a |
RGB | 84 , 62 , 26 |
RGB % | 48.8, 36.0, 15.1 |
HSL | 37.2, 52.7, 21.6 |
HSV | 37.2, 69, 32.9 |
CMYK | 0,66.8,176.1,171 |
XYZ | 0.056, 0.054, 0.017 |
xyY | 0.438, 0.426, 0.054 |
CIE-LAB | 0.279, 0.051, 0.254 |
CIE-LUV | 0.279, 0.162, 0.223 |
CIE-HCL | 78.603, 0.259, 0.279 |
Binary | 01010100,00111110,00011010 |
#543e1a HTML/CSS Color Name is Brown Bramble / Pantone 7553 C / Brown.
In a RGB color space, #543e1a color RGB value is (Red:84,Green:62,Blue:26). it is composed of 48.8% red, 36.0% green and 15.1% blue. The process color (four color CMYK) of #543e1a color hex is 0,66.8,176.1,171. HSL of color #543e1a hue: 37.2 , saturation: 52.7 and the lightness value of 543e1a is 21.6. Mainly color is Brown. Reverse color is: #abc1e5.
The color codes conversion takes 1.685815 milliseconds.
.bgcolor {background-color:#543e1a; .textcolor {color:#543e1a; } .bordercolor {border:3px solid #543e1a; }
<p style="color:#543e1a">Text here</p>
<p style="background-color:#543e1a;">Content here</p>
<div style="border:1px solid #543e1a;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #543e1a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #543e1a; -webkit-box-shadow: 1px 1px 3px 2px #543e1a; box-shadow: 1px 1px 3px 2px #543e1a; }
<p style="text-shadow: 4px 4px 2px #543e1a">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #543e1a; -webkit-box-shadow: 1px 1px 3px 2px #543e1a; box-shadow: 1px 1px 3px 2px #543e1a;">
Content here</div>