Shades of Chocolate #C36D0C
Tints of Chocolate #C36D0C
RGB
CMYK
RGB Variations
Color information
#C36D0C (or 0xC36D0C) is known color: Chocolate. HEX triplet: C3, 6D and 0C. RGB value is (195,109,12). Sum of RGB (Red+Green+Blue) = 195+109+12=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36D0C is #3C92F3. Grayscale: #7C7C7C. Windows color (decimal): -3969780 or 814531. OLE color: 814531.
HSL color Cylindrical-coordinate representation of color #C36D0C: hue angle of 31.8º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C36D0C is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 12 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.24 |
| HSL | 31.8º | 0.88% | 0.41% | - |
| HSV(B) | 31.8º | 0.94% | 0.76% | - |
| XYZ | 28.04 | 22.57 | 3.23 | - |
| YUV | 123.66 | 64.99 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 12 | 0 | 0.44 | 0.94 | 0.24 | 31.8 | 0.88 | 0.41 |
| Hex | C3 | 6D | C | 0 | 2C | 5E | 18 | 20 | 58 | 29 |
| Octal | 303 | 155 | 14 | 0 | 54 | 136 | 30 | 40 | 130 | 51 |
| Binary | 11000011 | 1101101 | 1100 | 0 | 101100 | 1011110 | 11000 | 100000 | 1011000 | 101001 |
Color Harmonies of #C36D0C
Complementary color
Monochromatic Colors of #C36D0C
Black with #C36D0C
Text Example
Text Example
White with #C36D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D0C; }
p { color: rgb(195,109,12); }
H1.HeaderClassName
{
color: #C36D0C;
}
.AnyTagClassName
{
color: #C36D0C;
}
</style>
background-color css
<style>
a { background-color: #C36D0C; }
a { background-color: rgb(195,109,12); }
div.DivClassName
{
background-color: #C36D0C;
}
.BgClassName
{
background-color: #C36D0C;
}
</style>
border-color css
<style>
span { border-color: #C36D0C; }
span { border-color: rgb(195,109,12); }
td.TdClassName
{
border-color: #C36D0C;
}
.TagClassName
{
border-color: #C36D0C;
}
</style>