Shades of Chocolate #C76211
Tints of Chocolate #C76211
RGB
CMYK
RGB Variations
Color information
#C76211 (or 0xC76211) is known color: Chocolate. HEX triplet: C7, 62 and 11. RGB value is (199,98,17). Sum of RGB (Red+Green+Blue) = 199+98+17=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C76211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76211 is #389DEE. Grayscale: #777777. Windows color (decimal): -3710447 or 1139399. OLE color: 1139399.
HSL color Cylindrical-coordinate representation of color #C76211: hue angle of 26.7º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C76211 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 17 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.22 |
| HSL | 26.7º | 0.84% | 0.42% | - |
| HSV(B) | 26.7º | 0.91% | 0.78% | - |
| XYZ | 28.02 | 20.92 | 3.09 | - |
| YUV | 118.97 | 70.46 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 17 | 0 | 0.51 | 0.91 | 0.22 | 26.7 | 0.84 | 0.42 |
| Hex | C7 | 62 | 11 | 0 | 33 | 5B | 16 | 1B | 54 | 2A |
| Octal | 307 | 142 | 21 | 0 | 63 | 133 | 26 | 33 | 124 | 52 |
| Binary | 11000111 | 1100010 | 10001 | 0 | 110011 | 1011011 | 10110 | 11011 | 1010100 | 101010 |
Color Harmonies of #C76211
Complementary color
Monochromatic Colors of #C76211
Black with #C76211
Text Example
Text Example
White with #C76211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76211; }
p { color: rgb(199,98,17); }
H1.HeaderClassName
{
color: #C76211;
}
.AnyTagClassName
{
color: #C76211;
}
</style>
background-color css
<style>
a { background-color: #C76211; }
a { background-color: rgb(199,98,17); }
div.DivClassName
{
background-color: #C76211;
}
.BgClassName
{
background-color: #C76211;
}
</style>
border-color css
<style>
span { border-color: #C76211; }
span { border-color: rgb(199,98,17); }
td.TdClassName
{
border-color: #C76211;
}
.TagClassName
{
border-color: #C76211;
}
</style>