Shades of Chocolate #C76D17
Tints of Chocolate #C76D17
RGB
CMYK
RGB Variations
Color information
#C76D17 (or 0xC76D17) is known color: Chocolate. HEX triplet: C7, 6D and 17. RGB value is (199,109,23). Sum of RGB (Red+Green+Blue) = 199+109+23=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76D17 is #3892E8. Grayscale: #7E7E7E. Windows color (decimal): -3707625 or 1535431. OLE color: 1535431.
HSL color Cylindrical-coordinate representation of color #C76D17: hue angle of 29.32º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C76D17 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 23 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.22 |
| HSL | 29.32º | 0.79% | 0.44% | - |
| HSV(B) | 29.32º | 0.88% | 0.78% | - |
| XYZ | 29.18 | 23.14 | 3.74 | - |
| YUV | 126.11 | 69.82 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 23 | 0 | 0.45 | 0.88 | 0.22 | 29.32 | 0.79 | 0.44 |
| Hex | C7 | 6D | 17 | 0 | 2D | 58 | 16 | 1D | 4F | 2C |
| Octal | 307 | 155 | 27 | 0 | 55 | 130 | 26 | 35 | 117 | 54 |
| Binary | 11000111 | 1101101 | 10111 | 0 | 101101 | 1011000 | 10110 | 11101 | 1001111 | 101100 |
Color Harmonies of #C76D17
Complementary color
Monochromatic Colors of #C76D17
Black with #C76D17
Text Example
Text Example
White with #C76D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D17; }
p { color: rgb(199,109,23); }
H1.HeaderClassName
{
color: #C76D17;
}
.AnyTagClassName
{
color: #C76D17;
}
</style>
background-color css
<style>
a { background-color: #C76D17; }
a { background-color: rgb(199,109,23); }
div.DivClassName
{
background-color: #C76D17;
}
.BgClassName
{
background-color: #C76D17;
}
</style>
border-color css
<style>
span { border-color: #C76D17; }
span { border-color: rgb(199,109,23); }
td.TdClassName
{
border-color: #C76D17;
}
.TagClassName
{
border-color: #C76D17;
}
</style>