Color spaces of #81551e
RGB | 129 | 85 | 30 |
---|---|---|---|
HSL | 0.09 | 0.62 | 0.31 |
HSV | 33° | 77° | 51° |
CMYK | 0.00 | 0.34 | 0.77 0.49 |
XYZ | 12.5361 | 11.2579 | 2.7406 |
Yxy | 11.2579 | 0.4724 | 0.4243 |
Hunter Lab | 33.5528 | 7.9743 | 18.6441 |
CIE-Lab | 40.0115 | 13.0850 | 37.9588 |
#81551e color RGB value is (129,85,30).
#81551e hex color red value is 129, green value is 85 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #81551e hue: 0.09 , saturation: 0.62 and the lightness value of 81551e is 0.31.
The process color (four color CMYK) of #81551e color hex is 0.00, 0.34, 0.77, 0.49. Web safe color of #81551e is #996633. Color #81551e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 01010101 | 00011110 |
Octal | 201 | 125 | 36 |
Decimal | 129 | 85 | 30 |
Hex | 81 | 55 | 1E |
Shades of #81551e
Tints of #81551e
RGB Percentages of Color #81551e
CMYK Percentages of Color #81551e
Complementary Color
#81551e | #1e4a81 |
#81551e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81551e Color Preview on White Background
Lorem ipsum dolor sit amet.
#81551e Color CSS Codes
.mybgcolor {background-color:#81551e; } .myforecolor {color:#81551e; } .mybordercolor {border:3px solid #81551e; }
#81551e Text Font Color
<p style="color:#81551e">Text here</p>
This sample text font color is #81551e
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.
#81551e Background Color
<div style="background-color:#81551e">
Div content here</div>
This div background color is #81551e
#81551e Border Color
<div style="border:3px solid #81551e">
Div here</div>
This div border color is #81551e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,85,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81551e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81551e; -webkit-box-shadow: 1px 1px 3px 2px #81551e; box-shadow: 1px 1px 3px 2px #81551e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,85,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81551e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81551e; -webkit-box-shadow: 1px 1px 3px 2px #81551e; box-shadow: 1px 1px 3px 2px #81551e;">
Div content here</div>
This div box has shadow with color #81551e
Comments
No comments written yet.
Please login to write comment.