Shades of Chocolate #C36B1E
Tints of Chocolate #C36B1E
RGB
CMYK
RGB Variations
Color information
#C36B1E (or 0xC36B1E) is known color: Chocolate. HEX triplet: C3, 6B and 1E. RGB value is (195,107,30). Sum of RGB (Red+Green+Blue) = 195+107+30=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36B1E is #3C94E1. Grayscale: #7C7C7C. Windows color (decimal): -3970274 or 1993667. OLE color: 1993667.
HSL color Cylindrical-coordinate representation of color #C36B1E: hue angle of 28º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C36B1E is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 30 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.24 |
| HSL | 28º | 0.73% | 0.44% | - |
| HSV(B) | 28º | 0.85% | 0.76% | - |
| XYZ | 28 | 22.21 | 4.04 | - |
| YUV | 124.53 | 74.65 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 30 | 0 | 0.45 | 0.85 | 0.24 | 28 | 0.73 | 0.44 |
| Hex | C3 | 6B | 1E | 0 | 2D | 55 | 18 | 1C | 49 | 2C |
| Octal | 303 | 153 | 36 | 0 | 55 | 125 | 30 | 34 | 111 | 54 |
| Binary | 11000011 | 1101011 | 11110 | 0 | 101101 | 1010101 | 11000 | 11100 | 1001001 | 101100 |
Color Harmonies of #C36B1E
Complementary color
Monochromatic Colors of #C36B1E
Black with #C36B1E
Text Example
Text Example
White with #C36B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36B1E; }
p { color: rgb(195,107,30); }
H1.HeaderClassName
{
color: #C36B1E;
}
.AnyTagClassName
{
color: #C36B1E;
}
</style>
background-color css
<style>
a { background-color: #C36B1E; }
a { background-color: rgb(195,107,30); }
div.DivClassName
{
background-color: #C36B1E;
}
.BgClassName
{
background-color: #C36B1E;
}
</style>
border-color css
<style>
span { border-color: #C36B1E; }
span { border-color: rgb(195,107,30); }
td.TdClassName
{
border-color: #C36B1E;
}
.TagClassName
{
border-color: #C36B1E;
}
</style>