Shades of Chocolate #C76416
Tints of Chocolate #C76416
RGB
CMYK
RGB Variations
Color information
#C76416 (or 0xC76416) is known color: Chocolate. HEX triplet: C7, 64 and 16. RGB value is (199,100,22). Sum of RGB (Red+Green+Blue) = 199+100+22=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C76416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76416 is #389BE9. Grayscale: #797979. Windows color (decimal): -3709930 or 1467591. OLE color: 1467591.
HSL color Cylindrical-coordinate representation of color #C76416: hue angle of 26.44º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C76416 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 22 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.22 |
| HSL | 26.44º | 0.8% | 0.43% | - |
| HSV(B) | 26.44º | 0.89% | 0.78% | - |
| XYZ | 28.26 | 21.31 | 3.38 | - |
| YUV | 120.71 | 72.3 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 22 | 0 | 0.50 | 0.89 | 0.22 | 26.44 | 0.8 | 0.43 |
| Hex | C7 | 64 | 16 | 0 | 32 | 59 | 16 | 1A | 50 | 2B |
| Octal | 307 | 144 | 26 | 0 | 62 | 131 | 26 | 32 | 120 | 53 |
| Binary | 11000111 | 1100100 | 10110 | 0 | 110010 | 1011001 | 10110 | 11010 | 1010000 | 101011 |
Color Harmonies of #C76416
Complementary color
Monochromatic Colors of #C76416
Black with #C76416
Text Example
Text Example
White with #C76416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76416; }
p { color: rgb(199,100,22); }
H1.HeaderClassName
{
color: #C76416;
}
.AnyTagClassName
{
color: #C76416;
}
</style>
background-color css
<style>
a { background-color: #C76416; }
a { background-color: rgb(199,100,22); }
div.DivClassName
{
background-color: #C76416;
}
.BgClassName
{
background-color: #C76416;
}
</style>
border-color css
<style>
span { border-color: #C76416; }
span { border-color: rgb(199,100,22); }
td.TdClassName
{
border-color: #C76416;
}
.TagClassName
{
border-color: #C76416;
}
</style>