Color spaces of #99512e
RGB | 153 | 81 | 46 |
---|---|---|---|
HSL | 0.05 | 0.54 | 0.39 |
HSV | 20° | 70° | 60° |
CMYK | 0.00 | 0.47 | 0.70 0.40 |
XYZ | 16.5724 | 12.8544 | 4.1925 |
Yxy | 12.8544 | 0.4929 | 0.3824 |
Hunter Lab | 35.8530 | 19.7655 | 18.1640 |
CIE-Lab | 42.5430 | 26.9902 | 33.4004 |
#99512e color RGB value is (153,81,46).
#99512e hex color red value is 153, green value is 81 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #99512e hue: 0.05 , saturation: 0.54 and the lightness value of 99512e is 0.39.
The process color (four color CMYK) of #99512e color hex is 0.00, 0.47, 0.70, 0.40. Web safe color of #99512e is #996633. Color #99512e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 01010001 | 00101110 |
Octal | 231 | 121 | 56 |
Decimal | 153 | 81 | 46 |
Hex | 99 | 51 | 2E |
Shades of #99512e
Tints of #99512e
RGB Percentages of Color #99512e
CMYK Percentages of Color #99512e
Complementary Color
#99512e | #2e7699 |
#99512e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#99512e Color Preview on White Background
Lorem ipsum dolor sit amet.
#99512e Color CSS Codes
.mybgcolor {background-color:#99512e; } .myforecolor {color:#99512e; } .mybordercolor {border:3px solid #99512e; }
#99512e Text Font Color
<p style="color:#99512e">Text here</p>
This sample text font color is #99512e
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.
#99512e Background Color
<div style="background-color:#99512e">
Div content here</div>
This div background color is #99512e
#99512e Border Color
<div style="border:3px solid #99512e">
Div here</div>
This div border color is #99512e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,81,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #99512e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #99512e; -webkit-box-shadow: 1px 1px 3px 2px #99512e; box-shadow: 1px 1px 3px 2px #99512e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,81,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #99512e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #99512e; -webkit-box-shadow: 1px 1px 3px 2px #99512e; box-shadow: 1px 1px 3px 2px #99512e;">
Div content here</div>
This div box has shadow with color #99512e
Comments
No comments written yet.
Please login to write comment.