Shades of Chocolate #CC5921
Tints of Chocolate #CC5921
RGB
CMYK
RGB Variations
Color information
#CC5921 (or 0xCC5921) is known color: Chocolate. HEX triplet: CC, 59 and 21. RGB value is (204,89,33). Sum of RGB (Red+Green+Blue) = 204+89+33=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5921 is #33A6DE. Grayscale: #757575. Windows color (decimal): -3385055 or 2185676. OLE color: 2185676.
HSL color Cylindrical-coordinate representation of color #CC5921: hue angle of 19.65º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC5921 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 33 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.2 |
| HSL | 19.65º | 0.72% | 0.46% | - |
| HSV(B) | 19.65º | 0.84% | 0.8% | - |
| XYZ | 28.75 | 20.09 | 3.8 | - |
| YUV | 117 | 80.6 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 33 | 0 | 0.56 | 0.84 | 0.2 | 19.65 | 0.72 | 0.46 |
| Hex | CC | 59 | 21 | 0 | 38 | 54 | 14 | 14 | 48 | 2E |
| Octal | 314 | 131 | 41 | 0 | 70 | 124 | 24 | 24 | 110 | 56 |
| Binary | 11001100 | 1011001 | 100001 | 0 | 111000 | 1010100 | 10100 | 10100 | 1001000 | 101110 |
Color Harmonies of #CC5921
Complementary color
Monochromatic Colors of #CC5921
Black with #CC5921
Text Example
Text Example
White with #CC5921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5921; }
p { color: rgb(204,89,33); }
H1.HeaderClassName
{
color: #CC5921;
}
.AnyTagClassName
{
color: #CC5921;
}
</style>
background-color css
<style>
a { background-color: #CC5921; }
a { background-color: rgb(204,89,33); }
div.DivClassName
{
background-color: #CC5921;
}
.BgClassName
{
background-color: #CC5921;
}
</style>
border-color css
<style>
span { border-color: #CC5921; }
span { border-color: rgb(204,89,33); }
td.TdClassName
{
border-color: #CC5921;
}
.TagClassName
{
border-color: #CC5921;
}
</style>