Shades of Chocolate #C76C1F
Tints of Chocolate #C76C1F
RGB
CMYK
RGB Variations
Color information
#C76C1F (or 0xC76C1F) is known color: Chocolate. HEX triplet: C7, 6C and 1F. RGB value is (199,108,31). Sum of RGB (Red+Green+Blue) = 199+108+31=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76C1F is #3893E0. Grayscale: #7E7E7E. Windows color (decimal): -3707873 or 2059463. OLE color: 2059463.
HSL color Cylindrical-coordinate representation of color #C76C1F: hue angle of 27.5º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C76C1F is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 31 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.22 |
| HSL | 27.5º | 0.73% | 0.45% | - |
| HSV(B) | 27.5º | 0.84% | 0.78% | - |
| XYZ | 29.16 | 22.97 | 4.19 | - |
| YUV | 126.43 | 74.15 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 31 | 0 | 0.46 | 0.84 | 0.22 | 27.5 | 0.73 | 0.45 |
| Hex | C7 | 6C | 1F | 0 | 2E | 54 | 16 | 1C | 49 | 2D |
| Octal | 307 | 154 | 37 | 0 | 56 | 124 | 26 | 34 | 111 | 55 |
| Binary | 11000111 | 1101100 | 11111 | 0 | 101110 | 1010100 | 10110 | 11100 | 1001001 | 101101 |
Color Harmonies of #C76C1F
Complementary color
Monochromatic Colors of #C76C1F
Black with #C76C1F
Text Example
Text Example
White with #C76C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C1F; }
p { color: rgb(199,108,31); }
H1.HeaderClassName
{
color: #C76C1F;
}
.AnyTagClassName
{
color: #C76C1F;
}
</style>
background-color css
<style>
a { background-color: #C76C1F; }
a { background-color: rgb(199,108,31); }
div.DivClassName
{
background-color: #C76C1F;
}
.BgClassName
{
background-color: #C76C1F;
}
</style>
border-color css
<style>
span { border-color: #C76C1F; }
span { border-color: rgb(199,108,31); }
td.TdClassName
{
border-color: #C76C1F;
}
.TagClassName
{
border-color: #C76C1F;
}
</style>