Shades of Chocolate #C56412
Tints of Chocolate #C56412
RGB
CMYK
RGB Variations
Color information
#C56412 (or 0xC56412) is known color: Chocolate. HEX triplet: C5, 64 and 12. RGB value is (197,100,18). Sum of RGB (Red+Green+Blue) = 197+100+18=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C56412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56412 is #3A9BED. Grayscale: #787878. Windows color (decimal): -3841006 or 1205445. OLE color: 1205445.
HSL color Cylindrical-coordinate representation of color #C56412: hue angle of 27.49º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C56412 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 18 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.23 |
| HSL | 27.49º | 0.83% | 0.42% | - |
| HSV(B) | 27.49º | 0.91% | 0.77% | - |
| XYZ | 27.69 | 21.03 | 3.17 | - |
| YUV | 119.66 | 70.64 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 18 | 0 | 0.49 | 0.91 | 0.23 | 27.49 | 0.83 | 0.42 |
| Hex | C5 | 64 | 12 | 0 | 31 | 5B | 17 | 1B | 53 | 2A |
| Octal | 305 | 144 | 22 | 0 | 61 | 133 | 27 | 33 | 123 | 52 |
| Binary | 11000101 | 1100100 | 10010 | 0 | 110001 | 1011011 | 10111 | 11011 | 1010011 | 101010 |
Color Harmonies of #C56412
Complementary color
Monochromatic Colors of #C56412
Black with #C56412
Text Example
Text Example
White with #C56412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56412; }
p { color: rgb(197,100,18); }
H1.HeaderClassName
{
color: #C56412;
}
.AnyTagClassName
{
color: #C56412;
}
</style>
background-color css
<style>
a { background-color: #C56412; }
a { background-color: rgb(197,100,18); }
div.DivClassName
{
background-color: #C56412;
}
.BgClassName
{
background-color: #C56412;
}
</style>
border-color css
<style>
span { border-color: #C56412; }
span { border-color: rgb(197,100,18); }
td.TdClassName
{
border-color: #C56412;
}
.TagClassName
{
border-color: #C56412;
}
</style>