Color spaces of #816349
RGB | 129 | 99 | 73 |
---|---|---|---|
HSL | 0.08 | 0.28 | 0.40 |
HSV | 28° | 43° | 51° |
CMYK | 0.00 | 0.23 | 0.43 0.49 |
XYZ | 14.7177 | 14.0718 | 8.2438 |
Yxy | 14.0718 | 0.3974 | 0.3800 |
Hunter Lab | 37.5124 | 4.3864 | 13.2290 |
CIE-Lab | 44.3357 | 8.4278 | 19.4176 |
#816349 color RGB value is (129,99,73).
#816349 hex color red value is 129, green value is 99 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #816349 hue: 0.08 , saturation: 0.28 and the lightness value of 816349 is 0.40.
The process color (four color CMYK) of #816349 color hex is 0.00, 0.23, 0.43, 0.49. Web safe color of #816349 is #996633. Color #816349 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 01100011 | 01001001 |
Octal | 201 | 143 | 111 |
Decimal | 129 | 99 | 73 |
Hex | 81 | 63 | 49 |
Shades of #816349
Tints of #816349
RGB Percentages of Color #816349
CMYK Percentages of Color #816349
Complementary Color
#816349 | #496781 |
#816349 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#816349 Color Preview on White Background
Lorem ipsum dolor sit amet.
#816349 Color CSS Codes
.mybgcolor {background-color:#816349; } .myforecolor {color:#816349; } .mybordercolor {border:3px solid #816349; }
#816349 Text Font Color
<p style="color:#816349">Text here</p>
This sample text font color is #816349
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.
#816349 Background Color
<div style="background-color:#816349">
Div content here</div>
This div background color is #816349
#816349 Border Color
<div style="border:3px solid #816349">
Div here</div>
This div border color is #816349
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,99,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #816349; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #816349; -webkit-box-shadow: 1px 1px 3px 2px #816349; box-shadow: 1px 1px 3px 2px #816349; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,99,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #816349">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #816349; -webkit-box-shadow: 1px 1px 3px 2px #816349; box-shadow: 1px 1px 3px 2px #816349;">
Div content here</div>
This div box has shadow with color #816349
Comments
No comments written yet.
Please login to write comment.