Shades of Chocolate #CC531D
Tints of Chocolate #CC531D
RGB
CMYK
RGB Variations
Color information
#CC531D (or 0xCC531D) is known color: Chocolate. HEX triplet: CC, 53 and 1D. RGB value is (204,83,29). Sum of RGB (Red+Green+Blue) = 204+83+29=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC531D is #33ACE2. Grayscale: #717171. Windows color (decimal): -3386595 or 1921996. OLE color: 1921996.
HSL color Cylindrical-coordinate representation of color #CC531D: hue angle of 18.51º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC531D is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 29 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.2 |
| HSL | 18.51º | 0.75% | 0.46% | - |
| HSV(B) | 18.51º | 0.86% | 0.8% | - |
| XYZ | 28.22 | 19.11 | 3.36 | - |
| YUV | 113.02 | 80.59 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 29 | 0 | 0.59 | 0.86 | 0.2 | 18.51 | 0.75 | 0.46 |
| Hex | CC | 53 | 1D | 0 | 3B | 56 | 14 | 13 | 4B | 2E |
| Octal | 314 | 123 | 35 | 0 | 73 | 126 | 24 | 23 | 113 | 56 |
| Binary | 11001100 | 1010011 | 11101 | 0 | 111011 | 1010110 | 10100 | 10011 | 1001011 | 101110 |
Color Harmonies of #CC531D
Complementary color
Monochromatic Colors of #CC531D
Black with #CC531D
Text Example
Text Example
White with #CC531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC531D; }
p { color: rgb(204,83,29); }
H1.HeaderClassName
{
color: #CC531D;
}
.AnyTagClassName
{
color: #CC531D;
}
</style>
background-color css
<style>
a { background-color: #CC531D; }
a { background-color: rgb(204,83,29); }
div.DivClassName
{
background-color: #CC531D;
}
.BgClassName
{
background-color: #CC531D;
}
</style>
border-color css
<style>
span { border-color: #CC531D; }
span { border-color: rgb(204,83,29); }
td.TdClassName
{
border-color: #CC531D;
}
.TagClassName
{
border-color: #CC531D;
}
</style>