Shades of Chocolate #CC541E
Tints of Chocolate #CC541E
RGB
CMYK
RGB Variations
Color information
#CC541E (or 0xCC541E) is known color: Chocolate. HEX triplet: CC, 54 and 1E. RGB value is (204,84,30). Sum of RGB (Red+Green+Blue) = 204+84+30=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC541E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC541E is #33ABE1. Grayscale: #727272. Windows color (decimal): -3386338 or 1987788. OLE color: 1987788.
HSL color Cylindrical-coordinate representation of color #CC541E: hue angle of 18.62º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC541E is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 30 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.2 |
| HSL | 18.62º | 0.74% | 0.46% | - |
| HSV(B) | 18.62º | 0.85% | 0.8% | - |
| XYZ | 28.31 | 19.27 | 3.46 | - |
| YUV | 113.72 | 80.76 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 30 | 0 | 0.59 | 0.85 | 0.2 | 18.62 | 0.74 | 0.46 |
| Hex | CC | 54 | 1E | 0 | 3B | 55 | 14 | 13 | 4A | 2E |
| Octal | 314 | 124 | 36 | 0 | 73 | 125 | 24 | 23 | 112 | 56 |
| Binary | 11001100 | 1010100 | 11110 | 0 | 111011 | 1010101 | 10100 | 10011 | 1001010 | 101110 |
Color Harmonies of #CC541E
Complementary color
Monochromatic Colors of #CC541E
Black with #CC541E
Text Example
Text Example
White with #CC541E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC541E; }
p { color: rgb(204,84,30); }
H1.HeaderClassName
{
color: #CC541E;
}
.AnyTagClassName
{
color: #CC541E;
}
</style>
background-color css
<style>
a { background-color: #CC541E; }
a { background-color: rgb(204,84,30); }
div.DivClassName
{
background-color: #CC541E;
}
.BgClassName
{
background-color: #CC541E;
}
</style>
border-color css
<style>
span { border-color: #CC541E; }
span { border-color: rgb(204,84,30); }
td.TdClassName
{
border-color: #CC541E;
}
.TagClassName
{
border-color: #CC541E;
}
</style>