Color spaces of #816241
RGB | 129 | 98 | 65 |
---|---|---|---|
HSL | 0.09 | 0.33 | 0.38 |
HSV | 31° | 50° | 51° |
CMYK | 0.00 | 0.24 | 0.50 0.49 |
XYZ | 14.3751 | 13.7841 | 6.9040 |
Yxy | 13.7841 | 0.4100 | 0.3931 |
Hunter Lab | 37.1269 | 4.1409 | 14.9635 |
CIE-Lab | 43.9217 | 8.1127 | 23.5609 |
#816241 color RGB value is (129,98,65).
#816241 hex color red value is 129, green value is 98 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #816241 hue: 0.09 , saturation: 0.33 and the lightness value of 816241 is 0.38.
The process color (four color CMYK) of #816241 color hex is 0.00, 0.24, 0.50, 0.49. Web safe color of #816241 is #996633. Color #816241 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 01100010 | 01000001 |
Octal | 201 | 142 | 101 |
Decimal | 129 | 98 | 65 |
Hex | 81 | 62 | 41 |
Shades of #816241
Tints of #816241
RGB Percentages of Color #816241
CMYK Percentages of Color #816241
Complementary Color
#816241 | #416081 |
#816241 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#816241 Color Preview on White Background
Lorem ipsum dolor sit amet.
#816241 Color CSS Codes
.mybgcolor {background-color:#816241; } .myforecolor {color:#816241; } .mybordercolor {border:3px solid #816241; }
#816241 Text Font Color
<p style="color:#816241">Text here</p>
This sample text font color is #816241
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.
#816241 Background Color
<div style="background-color:#816241">
Div content here</div>
This div background color is #816241
#816241 Border Color
<div style="border:3px solid #816241">
Div here</div>
This div border color is #816241
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,98,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #816241; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #816241; -webkit-box-shadow: 1px 1px 3px 2px #816241; box-shadow: 1px 1px 3px 2px #816241; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,98,65, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #816241">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #816241; -webkit-box-shadow: 1px 1px 3px 2px #816241; box-shadow: 1px 1px 3px 2px #816241;">
Div content here</div>
This div box has shadow with color #816241
Comments
No comments written yet.
Please login to write comment.