Shades of Chocolate #C36211
Tints of Chocolate #C36211
RGB
CMYK
RGB Variations
Color information
#C36211 (or 0xC36211) is known color: Chocolate. HEX triplet: C3, 62 and 11. RGB value is (195,98,17). Sum of RGB (Red+Green+Blue) = 195+98+17=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C36211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36211 is #3C9DEE. Grayscale: #767676. Windows color (decimal): -3972591 or 1139395. OLE color: 1139395.
HSL color Cylindrical-coordinate representation of color #C36211: hue angle of 27.3º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C36211 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 17 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.24 |
| HSL | 27.3º | 0.84% | 0.42% | - |
| HSV(B) | 27.3º | 0.91% | 0.76% | - |
| XYZ | 26.97 | 20.38 | 3.04 | - |
| YUV | 117.77 | 71.14 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 17 | 0 | 0.50 | 0.91 | 0.24 | 27.3 | 0.84 | 0.42 |
| Hex | C3 | 62 | 11 | 0 | 32 | 5B | 18 | 1B | 54 | 2A |
| Octal | 303 | 142 | 21 | 0 | 62 | 133 | 30 | 33 | 124 | 52 |
| Binary | 11000011 | 1100010 | 10001 | 0 | 110010 | 1011011 | 11000 | 11011 | 1010100 | 101010 |
Color Harmonies of #C36211
Complementary color
Monochromatic Colors of #C36211
Black with #C36211
Text Example
Text Example
White with #C36211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36211; }
p { color: rgb(195,98,17); }
H1.HeaderClassName
{
color: #C36211;
}
.AnyTagClassName
{
color: #C36211;
}
</style>
background-color css
<style>
a { background-color: #C36211; }
a { background-color: rgb(195,98,17); }
div.DivClassName
{
background-color: #C36211;
}
.BgClassName
{
background-color: #C36211;
}
</style>
border-color css
<style>
span { border-color: #C36211; }
span { border-color: rgb(195,98,17); }
td.TdClassName
{
border-color: #C36211;
}
.TagClassName
{
border-color: #C36211;
}
</style>