Shades of Chocolate #C56421
Tints of Chocolate #C56421
RGB
CMYK
RGB Variations
Color information
#C56421 (or 0xC56421) is known color: Chocolate. HEX triplet: C5, 64 and 21. RGB value is (197,100,33). Sum of RGB (Red+Green+Blue) = 197+100+33=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C56421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56421 is #3A9BDE. Grayscale: #797979. Windows color (decimal): -3840991 or 2188485. OLE color: 2188485.
HSL color Cylindrical-coordinate representation of color #C56421: hue angle of 24.51º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C56421 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 33 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.23 |
| HSL | 24.51º | 0.71% | 0.45% | - |
| HSV(B) | 24.51º | 0.83% | 0.77% | - |
| XYZ | 27.86 | 21.09 | 4.04 | - |
| YUV | 121.37 | 78.14 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 33 | 0 | 0.49 | 0.83 | 0.23 | 24.51 | 0.71 | 0.45 |
| Hex | C5 | 64 | 21 | 0 | 31 | 53 | 17 | 19 | 47 | 2D |
| Octal | 305 | 144 | 41 | 0 | 61 | 123 | 27 | 31 | 107 | 55 |
| Binary | 11000101 | 1100100 | 100001 | 0 | 110001 | 1010011 | 10111 | 11001 | 1000111 | 101101 |
Color Harmonies of #C56421
Complementary color
Monochromatic Colors of #C56421
Black with #C56421
Text Example
Text Example
White with #C56421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56421; }
p { color: rgb(197,100,33); }
H1.HeaderClassName
{
color: #C56421;
}
.AnyTagClassName
{
color: #C56421;
}
</style>
background-color css
<style>
a { background-color: #C56421; }
a { background-color: rgb(197,100,33); }
div.DivClassName
{
background-color: #C56421;
}
.BgClassName
{
background-color: #C56421;
}
</style>
border-color css
<style>
span { border-color: #C56421; }
span { border-color: rgb(197,100,33); }
td.TdClassName
{
border-color: #C56421;
}
.TagClassName
{
border-color: #C56421;
}
</style>