Shades of Chocolate #C46211
Tints of Chocolate #C46211
RGB
CMYK
RGB Variations
Color information
#C46211 (or 0xC46211) is known color: Chocolate. HEX triplet: C4, 62 and 11. RGB value is (196,98,17). Sum of RGB (Red+Green+Blue) = 196+98+17=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C46211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46211 is #3B9DEE. Grayscale: #767676. Windows color (decimal): -3907055 or 1139396. OLE color: 1139396.
HSL color Cylindrical-coordinate representation of color #C46211: hue angle of 27.15º degrees, saturation: 0.84, 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 #C46211 is Cyan = 0, Magento = 0.5, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 17 | - |
| CMYK | 0 | 0.5 | 0.91 | 0.23 |
| HSL | 27.15º | 0.84% | 0.42% | - |
| HSV(B) | 27.15º | 0.91% | 0.77% | - |
| XYZ | 27.23 | 20.51 | 3.05 | - |
| YUV | 118.07 | 70.97 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 17 | 0 | 0.5 | 0.91 | 0.23 | 27.15 | 0.84 | 0.42 |
| Hex | C4 | 62 | 11 | 0 | 32 | 5B | 17 | 1B | 54 | 2A |
| Octal | 304 | 142 | 21 | 0 | 62 | 133 | 27 | 33 | 124 | 52 |
| Binary | 11000100 | 1100010 | 10001 | 0 | 110010 | 1011011 | 10111 | 11011 | 1010100 | 101010 |
Color Harmonies of #C46211
Complementary color
Monochromatic Colors of #C46211
Black with #C46211
Text Example
Text Example
White with #C46211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46211; }
p { color: rgb(196,98,17); }
H1.HeaderClassName
{
color: #C46211;
}
.AnyTagClassName
{
color: #C46211;
}
</style>
background-color css
<style>
a { background-color: #C46211; }
a { background-color: rgb(196,98,17); }
div.DivClassName
{
background-color: #C46211;
}
.BgClassName
{
background-color: #C46211;
}
</style>
border-color css
<style>
span { border-color: #C46211; }
span { border-color: rgb(196,98,17); }
td.TdClassName
{
border-color: #C46211;
}
.TagClassName
{
border-color: #C46211;
}
</style>