Shades of Chocolate #C56812
Tints of Chocolate #C56812
RGB
CMYK
RGB Variations
Color information
#C56812 (or 0xC56812) is known color: Chocolate. HEX triplet: C5, 68 and 12. RGB value is (197,104,18). Sum of RGB (Red+Green+Blue) = 197+104+18=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C56812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56812 is #3A97ED. Grayscale: #7A7A7A. Windows color (decimal): -3839982 or 1206469. OLE color: 1206469.
HSL color Cylindrical-coordinate representation of color #C56812: hue angle of 28.83º 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 #C56812 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 18 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.23 |
| HSL | 28.83º | 0.83% | 0.42% | - |
| HSV(B) | 28.83º | 0.91% | 0.77% | - |
| XYZ | 28.09 | 21.81 | 3.3 | - |
| YUV | 122 | 69.31 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 18 | 0 | 0.47 | 0.91 | 0.23 | 28.83 | 0.83 | 0.42 |
| Hex | C5 | 68 | 12 | 0 | 2F | 5B | 17 | 1D | 53 | 2A |
| Octal | 305 | 150 | 22 | 0 | 57 | 133 | 27 | 35 | 123 | 52 |
| Binary | 11000101 | 1101000 | 10010 | 0 | 101111 | 1011011 | 10111 | 11101 | 1010011 | 101010 |
Color Harmonies of #C56812
Complementary color
Monochromatic Colors of #C56812
Black with #C56812
Text Example
Text Example
White with #C56812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56812; }
p { color: rgb(197,104,18); }
H1.HeaderClassName
{
color: #C56812;
}
.AnyTagClassName
{
color: #C56812;
}
</style>
background-color css
<style>
a { background-color: #C56812; }
a { background-color: rgb(197,104,18); }
div.DivClassName
{
background-color: #C56812;
}
.BgClassName
{
background-color: #C56812;
}
</style>
border-color css
<style>
span { border-color: #C56812; }
span { border-color: rgb(197,104,18); }
td.TdClassName
{
border-color: #C56812;
}
.TagClassName
{
border-color: #C56812;
}
</style>