Shades of Chocolate #C76A1B
Tints of Chocolate #C76A1B
RGB
CMYK
RGB Variations
Color information
#C76A1B (or 0xC76A1B) is known color: Chocolate. HEX triplet: C7, 6A and 1B. RGB value is (199,106,27). Sum of RGB (Red+Green+Blue) = 199+106+27=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76A1B is #3895E4. Grayscale: #7D7D7D. Windows color (decimal): -3708389 or 1796807. OLE color: 1796807.
HSL color Cylindrical-coordinate representation of color #C76A1B: hue angle of 27.56º 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 #C76A1B is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 27 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.22 |
| HSL | 27.56º | 0.76% | 0.44% | - |
| HSV(B) | 27.56º | 0.86% | 0.78% | - |
| XYZ | 28.91 | 22.53 | 3.86 | - |
| YUV | 124.8 | 72.81 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 27 | 0 | 0.47 | 0.86 | 0.22 | 27.56 | 0.76 | 0.44 |
| Hex | C7 | 6A | 1B | 0 | 2F | 56 | 16 | 1C | 4C | 2C |
| Octal | 307 | 152 | 33 | 0 | 57 | 126 | 26 | 34 | 114 | 54 |
| Binary | 11000111 | 1101010 | 11011 | 0 | 101111 | 1010110 | 10110 | 11100 | 1001100 | 101100 |
Color Harmonies of #C76A1B
Complementary color
Monochromatic Colors of #C76A1B
Black with #C76A1B
Text Example
Text Example
White with #C76A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A1B; }
p { color: rgb(199,106,27); }
H1.HeaderClassName
{
color: #C76A1B;
}
.AnyTagClassName
{
color: #C76A1B;
}
</style>
background-color css
<style>
a { background-color: #C76A1B; }
a { background-color: rgb(199,106,27); }
div.DivClassName
{
background-color: #C76A1B;
}
.BgClassName
{
background-color: #C76A1B;
}
</style>
border-color css
<style>
span { border-color: #C76A1B; }
span { border-color: rgb(199,106,27); }
td.TdClassName
{
border-color: #C76A1B;
}
.TagClassName
{
border-color: #C76A1B;
}
</style>