Shades of Chocolate #C56512
Tints of Chocolate #C56512
RGB
CMYK
RGB Variations
Color information
#C56512 (or 0xC56512) is known color: Chocolate. HEX triplet: C5, 65 and 12. RGB value is (197,101,18). Sum of RGB (Red+Green+Blue) = 197+101+18=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C56512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56512 is #3A9AED. Grayscale: #787878. Windows color (decimal): -3840750 or 1205701. OLE color: 1205701.
HSL color Cylindrical-coordinate representation of color #C56512: hue angle of 27.82º 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 #C56512 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 18 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.23 |
| HSL | 27.82º | 0.83% | 0.42% | - |
| HSV(B) | 27.82º | 0.91% | 0.77% | - |
| XYZ | 27.79 | 21.22 | 3.2 | - |
| YUV | 120.24 | 70.3 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 18 | 0 | 0.49 | 0.91 | 0.23 | 27.82 | 0.83 | 0.42 |
| Hex | C5 | 65 | 12 | 0 | 31 | 5B | 17 | 1C | 53 | 2A |
| Octal | 305 | 145 | 22 | 0 | 61 | 133 | 27 | 34 | 123 | 52 |
| Binary | 11000101 | 1100101 | 10010 | 0 | 110001 | 1011011 | 10111 | 11100 | 1010011 | 101010 |
Color Harmonies of #C56512
Complementary color
Monochromatic Colors of #C56512
Black with #C56512
Text Example
Text Example
White with #C56512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56512; }
p { color: rgb(197,101,18); }
H1.HeaderClassName
{
color: #C56512;
}
.AnyTagClassName
{
color: #C56512;
}
</style>
background-color css
<style>
a { background-color: #C56512; }
a { background-color: rgb(197,101,18); }
div.DivClassName
{
background-color: #C56512;
}
.BgClassName
{
background-color: #C56512;
}
</style>
border-color css
<style>
span { border-color: #C56512; }
span { border-color: rgb(197,101,18); }
td.TdClassName
{
border-color: #C56512;
}
.TagClassName
{
border-color: #C56512;
}
</style>