Color spaces of #84531a
RGB | 132 | 83 | 26 |
---|---|---|---|
HSL | 0.09 | 0.67 | 0.31 |
HSV | 32° | 80° | 52° |
CMYK | 0.00 | 0.37 | 0.80 0.48 |
XYZ | 12.7954 | 11.1666 | 2.4583 |
Yxy | 11.1666 | 0.4843 | 0.4227 |
Hunter Lab | 33.4165 | 9.8701 | 19.0298 |
CIE-Lab | 39.8597 | 15.4822 | 39.7829 |
#84531a color RGB value is (132,83,26).
#84531a hex color red value is 132, green value is 83 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #84531a hue: 0.09 , saturation: 0.67 and the lightness value of 84531a is 0.31.
The process color (four color CMYK) of #84531a color hex is 0.00, 0.37, 0.80, 0.48. Web safe color of #84531a is #996633. Color #84531a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 01010011 | 00011010 |
Octal | 204 | 123 | 32 |
Decimal | 132 | 83 | 26 |
Hex | 84 | 53 | 1A |
Shades of #84531a
Tints of #84531a
RGB Percentages of Color #84531a
CMYK Percentages of Color #84531a
Complementary Color
#84531a | #1a4b84 |
#84531a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#84531a Color Preview on White Background
Lorem ipsum dolor sit amet.
#84531a Color CSS Codes
.mybgcolor {background-color:#84531a; } .myforecolor {color:#84531a; } .mybordercolor {border:3px solid #84531a; }
#84531a Text Font Color
<p style="color:#84531a">Text here</p>
This sample text font color is #84531a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#84531a Background Color
<div style="background-color:#84531a">
Div content here</div>
This div background color is #84531a
#84531a Border Color
<div style="border:3px solid #84531a">
Div here</div>
This div border color is #84531a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,83,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #84531a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84531a; -webkit-box-shadow: 1px 1px 3px 2px #84531a; box-shadow: 1px 1px 3px 2px #84531a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,83,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #84531a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #84531a; -webkit-box-shadow: 1px 1px 3px 2px #84531a; box-shadow: 1px 1px 3px 2px #84531a;">
Div content here</div>
This div box has shadow with color #84531a
Comments
No comments written yet.
Please login to write comment.