Shades of Chocolate #C36D0B
Tints of Chocolate #C36D0B
RGB
CMYK
RGB Variations
Color information
#C36D0B (or 0xC36D0B) is known color: Chocolate. HEX triplet: C3, 6D and 0B. RGB value is (195,109,11). Sum of RGB (Red+Green+Blue) = 195+109+11=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36D0B is #3C92F4. Grayscale: #7C7C7C. Windows color (decimal): -3969781 or 748995. OLE color: 748995.
HSL color Cylindrical-coordinate representation of color #C36D0B: hue angle of 31.96º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C36D0B is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 11 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.24 |
| HSL | 31.96º | 0.89% | 0.4% | - |
| HSV(B) | 31.96º | 0.94% | 0.76% | - |
| XYZ | 28.03 | 22.56 | 3.19 | - |
| YUV | 123.54 | 64.49 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 11 | 0 | 0.44 | 0.94 | 0.24 | 31.96 | 0.89 | 0.4 |
| Hex | C3 | 6D | B | 0 | 2C | 5E | 18 | 20 | 59 | 28 |
| Octal | 303 | 155 | 13 | 0 | 54 | 136 | 30 | 40 | 131 | 50 |
| Binary | 11000011 | 1101101 | 1011 | 0 | 101100 | 1011110 | 11000 | 100000 | 1011001 | 101000 |
Color Harmonies of #C36D0B
Complementary color
Monochromatic Colors of #C36D0B
Black with #C36D0B
Text Example
Text Example
White with #C36D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D0B; }
p { color: rgb(195,109,11); }
H1.HeaderClassName
{
color: #C36D0B;
}
.AnyTagClassName
{
color: #C36D0B;
}
</style>
background-color css
<style>
a { background-color: #C36D0B; }
a { background-color: rgb(195,109,11); }
div.DivClassName
{
background-color: #C36D0B;
}
.BgClassName
{
background-color: #C36D0B;
}
</style>
border-color css
<style>
span { border-color: #C36D0B; }
span { border-color: rgb(195,109,11); }
td.TdClassName
{
border-color: #C36D0B;
}
.TagClassName
{
border-color: #C36D0B;
}
</style>