Color spaces of #c4522d
RGB | 196 | 82 | 45 |
---|---|---|---|
HSL | 0.04 | 0.63 | 0.47 |
HSV | 15° | 77° | 77° |
CMYK | 0.00 | 0.58 | 0.77 0.23 |
XYZ | 26.2559 | 17.9598 | 4.5654 |
Yxy | 17.9598 | 0.5382 | 0.3682 |
Hunter Lab | 42.3790 | 36.4264 | 23.2781 |
CIE-Lab | 49.4473 | 43.5358 | 43.3586 |
#c4522d color RGB value is (196,82,45).
#c4522d hex color red value is 196, green value is 82 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c4522d hue: 0.04 , saturation: 0.63 and the lightness value of c4522d is 0.47.
The process color (four color CMYK) of #c4522d color hex is 0.00, 0.58, 0.77, 0.23. Web safe color of #c4522d is #cc6633. Color #c4522d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01010010 | 00101101 |
Octal | 304 | 122 | 55 |
Decimal | 196 | 82 | 45 |
Hex | C4 | 52 | 2D |
Shades of #c4522d
Tints of #c4522d
RGB Percentages of Color #c4522d
CMYK Percentages of Color #c4522d
Complementary Color
#c4522d | #2d9fc4 |
#c4522d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c4522d Color Preview on White Background
Lorem ipsum dolor sit amet.
#c4522d Color CSS Codes
.mybgcolor {background-color:#c4522d; } .myforecolor {color:#c4522d; } .mybordercolor {border:3px solid #c4522d; }
#c4522d Text Font Color
<p style="color:#c4522d">Text here</p>
This sample text font color is #c4522d
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.
#c4522d Background Color
<div style="background-color:#c4522d">
Div content here</div>
This div background color is #c4522d
#c4522d Border Color
<div style="border:3px solid #c4522d">
Div here</div>
This div border color is #c4522d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,82,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c4522d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c4522d; -webkit-box-shadow: 1px 1px 3px 2px #c4522d; box-shadow: 1px 1px 3px 2px #c4522d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,82,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c4522d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c4522d; -webkit-box-shadow: 1px 1px 3px 2px #c4522d; box-shadow: 1px 1px 3px 2px #c4522d;">
Div content here</div>
This div box has shadow with color #c4522d
Comments
No comments written yet.
Please login to write comment.