Shades of Chocolate #C76C1B
Tints of Chocolate #C76C1B
RGB
CMYK
RGB Variations
Color information
#C76C1B (or 0xC76C1B) is known color: Chocolate. HEX triplet: C7, 6C and 1B. RGB value is (199,108,27). Sum of RGB (Red+Green+Blue) = 199+108+27=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76C1B is #3893E4. Grayscale: #7E7E7E. Windows color (decimal): -3707877 or 1797319. OLE color: 1797319.
HSL color Cylindrical-coordinate representation of color #C76C1B: hue angle of 28.26º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C76C1B is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 27 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.22 |
| HSL | 28.26º | 0.76% | 0.44% | - |
| HSV(B) | 28.26º | 0.86% | 0.78% | - |
| XYZ | 29.11 | 22.95 | 3.93 | - |
| YUV | 125.98 | 72.15 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 27 | 0 | 0.46 | 0.86 | 0.22 | 28.26 | 0.76 | 0.44 |
| Hex | C7 | 6C | 1B | 0 | 2E | 56 | 16 | 1C | 4C | 2C |
| Octal | 307 | 154 | 33 | 0 | 56 | 126 | 26 | 34 | 114 | 54 |
| Binary | 11000111 | 1101100 | 11011 | 0 | 101110 | 1010110 | 10110 | 11100 | 1001100 | 101100 |
Color Harmonies of #C76C1B
Complementary color
Monochromatic Colors of #C76C1B
Black with #C76C1B
Text Example
Text Example
White with #C76C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C1B; }
p { color: rgb(199,108,27); }
H1.HeaderClassName
{
color: #C76C1B;
}
.AnyTagClassName
{
color: #C76C1B;
}
</style>
background-color css
<style>
a { background-color: #C76C1B; }
a { background-color: rgb(199,108,27); }
div.DivClassName
{
background-color: #C76C1B;
}
.BgClassName
{
background-color: #C76C1B;
}
</style>
border-color css
<style>
span { border-color: #C76C1B; }
span { border-color: rgb(199,108,27); }
td.TdClassName
{
border-color: #C76C1B;
}
.TagClassName
{
border-color: #C76C1B;
}
</style>