Shades of Chocolate #C76D0D
Tints of Chocolate #C76D0D
RGB
CMYK
RGB Variations
Color information
#C76D0D (or 0xC76D0D) is known color: Chocolate. HEX triplet: C7, 6D and 0D. RGB value is (199,109,13). Sum of RGB (Red+Green+Blue) = 199+109+13=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76D0D is #3892F2. Grayscale: #7D7D7D. Windows color (decimal): -3707635 or 880071. OLE color: 880071.
HSL color Cylindrical-coordinate representation of color #C76D0D: hue angle of 30.97º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C76D0D is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 13 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.22 |
| HSL | 30.97º | 0.88% | 0.42% | - |
| HSV(B) | 30.97º | 0.93% | 0.78% | - |
| XYZ | 29.09 | 23.11 | 3.31 | - |
| YUV | 124.97 | 64.82 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 13 | 0 | 0.45 | 0.93 | 0.22 | 30.97 | 0.88 | 0.42 |
| Hex | C7 | 6D | D | 0 | 2D | 5D | 16 | 1F | 58 | 2A |
| Octal | 307 | 155 | 15 | 0 | 55 | 135 | 26 | 37 | 130 | 52 |
| Binary | 11000111 | 1101101 | 1101 | 0 | 101101 | 1011101 | 10110 | 11111 | 1011000 | 101010 |
Color Harmonies of #C76D0D
Complementary color
Monochromatic Colors of #C76D0D
Black with #C76D0D
Text Example
Text Example
White with #C76D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D0D; }
p { color: rgb(199,109,13); }
H1.HeaderClassName
{
color: #C76D0D;
}
.AnyTagClassName
{
color: #C76D0D;
}
</style>
background-color css
<style>
a { background-color: #C76D0D; }
a { background-color: rgb(199,109,13); }
div.DivClassName
{
background-color: #C76D0D;
}
.BgClassName
{
background-color: #C76D0D;
}
</style>
border-color css
<style>
span { border-color: #C76D0D; }
span { border-color: rgb(199,109,13); }
td.TdClassName
{
border-color: #C76D0D;
}
.TagClassName
{
border-color: #C76D0D;
}
</style>