Shades of Chocolate #C76C19
Tints of Chocolate #C76C19
RGB
CMYK
RGB Variations
Color information
#C76C19 (or 0xC76C19) is known color: Chocolate. HEX triplet: C7, 6C and 19. RGB value is (199,108,25). Sum of RGB (Red+Green+Blue) = 199+108+25=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76C19 is #3893E6. Grayscale: #7E7E7E. Windows color (decimal): -3707879 or 1666247. OLE color: 1666247.
HSL color Cylindrical-coordinate representation of color #C76C19: hue angle of 28.62º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C76C19 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 25 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.22 |
| HSL | 28.62º | 0.78% | 0.44% | - |
| HSV(B) | 28.62º | 0.87% | 0.78% | - |
| XYZ | 29.09 | 22.94 | 3.81 | - |
| YUV | 125.75 | 71.15 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 25 | 0 | 0.46 | 0.87 | 0.22 | 28.62 | 0.78 | 0.44 |
| Hex | C7 | 6C | 19 | 0 | 2E | 57 | 16 | 1D | 4E | 2C |
| Octal | 307 | 154 | 31 | 0 | 56 | 127 | 26 | 35 | 116 | 54 |
| Binary | 11000111 | 1101100 | 11001 | 0 | 101110 | 1010111 | 10110 | 11101 | 1001110 | 101100 |
Color Harmonies of #C76C19
Complementary color
Monochromatic Colors of #C76C19
Black with #C76C19
Text Example
Text Example
White with #C76C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C19; }
p { color: rgb(199,108,25); }
H1.HeaderClassName
{
color: #C76C19;
}
.AnyTagClassName
{
color: #C76C19;
}
</style>
background-color css
<style>
a { background-color: #C76C19; }
a { background-color: rgb(199,108,25); }
div.DivClassName
{
background-color: #C76C19;
}
.BgClassName
{
background-color: #C76C19;
}
</style>
border-color css
<style>
span { border-color: #C76C19; }
span { border-color: rgb(199,108,25); }
td.TdClassName
{
border-color: #C76C19;
}
.TagClassName
{
border-color: #C76C19;
}
</style>