Color spaces of #c7852b
RGB | 199 | 133 | 43 |
---|---|---|---|
HSL | 0.10 | 0.64 | 0.47 |
HSV | 35° | 78° | 78° |
CMYK | 0.00 | 0.33 | 0.78 0.22 |
XYZ | 32.3768 | 29.0916 | 6.1943 |
Yxy | 29.0916 | 0.4785 | 0.4300 |
Hunter Lab | 53.9366 | 12.7600 | 30.9465 |
CIE-Lab | 60.8624 | 17.8920 | 55.6011 |
#c7852b color RGB value is (199,133,43).
#c7852b hex color red value is 199, green value is 133 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #c7852b hue: 0.10 , saturation: 0.64 and the lightness value of c7852b is 0.47.
The process color (four color CMYK) of #c7852b color hex is 0.00, 0.33, 0.78, 0.22. Web safe color of #c7852b is #cc9933. Color #c7852b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 10000101 | 00101011 |
Octal | 307 | 205 | 53 |
Decimal | 199 | 133 | 43 |
Hex | C7 | 85 | 2B |
Shades of #c7852b
Tints of #c7852b
RGB Percentages of Color #c7852b
CMYK Percentages of Color #c7852b
Complementary Color
#c7852b | #2b6dc7 |
#c7852b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7852b Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7852b Color CSS Codes
.mybgcolor {background-color:#c7852b; } .myforecolor {color:#c7852b; } .mybordercolor {border:3px solid #c7852b; }
#c7852b Text Font Color
<p style="color:#c7852b">Text here</p>
This sample text font color is #c7852b
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.
#c7852b Background Color
<div style="background-color:#c7852b">
Div content here</div>
This div background color is #c7852b
#c7852b Border Color
<div style="border:3px solid #c7852b">
Div here</div>
This div border color is #c7852b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,133,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7852b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7852b; -webkit-box-shadow: 1px 1px 3px 2px #c7852b; box-shadow: 1px 1px 3px 2px #c7852b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,133,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c7852b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7852b; -webkit-box-shadow: 1px 1px 3px 2px #c7852b; box-shadow: 1px 1px 3px 2px #c7852b;">
Div content here</div>
This div box has shadow with color #c7852b
Comments
No comments written yet.
Please login to write comment.