Shades of Chocolate #C76410
Tints of Chocolate #C76410
RGB
CMYK
RGB Variations
Color information
#C76410 (or 0xC76410) is known color: Chocolate. HEX triplet: C7, 64 and 10. RGB value is (199,100,16). Sum of RGB (Red+Green+Blue) = 199+100+16=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C76410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76410 is #389BEF. Grayscale: #787878. Windows color (decimal): -3709936 or 1074375. OLE color: 1074375.
HSL color Cylindrical-coordinate representation of color #C76410: hue angle of 27.54º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C76410 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 16 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.22 |
| HSL | 27.54º | 0.85% | 0.42% | - |
| HSV(B) | 27.54º | 0.92% | 0.78% | - |
| XYZ | 28.2 | 21.29 | 3.11 | - |
| YUV | 120.03 | 69.3 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 16 | 0 | 0.50 | 0.92 | 0.22 | 27.54 | 0.85 | 0.42 |
| Hex | C7 | 64 | 10 | 0 | 32 | 5C | 16 | 1C | 55 | 2A |
| Octal | 307 | 144 | 20 | 0 | 62 | 134 | 26 | 34 | 125 | 52 |
| Binary | 11000111 | 1100100 | 10000 | 0 | 110010 | 1011100 | 10110 | 11100 | 1010101 | 101010 |
Color Harmonies of #C76410
Complementary color
Monochromatic Colors of #C76410
Black with #C76410
Text Example
Text Example
White with #C76410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76410; }
p { color: rgb(199,100,16); }
H1.HeaderClassName
{
color: #C76410;
}
.AnyTagClassName
{
color: #C76410;
}
</style>
background-color css
<style>
a { background-color: #C76410; }
a { background-color: rgb(199,100,16); }
div.DivClassName
{
background-color: #C76410;
}
.BgClassName
{
background-color: #C76410;
}
</style>
border-color css
<style>
span { border-color: #C76410; }
span { border-color: rgb(199,100,16); }
td.TdClassName
{
border-color: #C76410;
}
.TagClassName
{
border-color: #C76410;
}
</style>