Shades of Chocolate #C76818
Tints of Chocolate #C76818
RGB
CMYK
RGB Variations
Color information
#C76818 (or 0xC76818) is known color: Chocolate. HEX triplet: C7, 68 and 18. RGB value is (199,104,24). Sum of RGB (Red+Green+Blue) = 199+104+24=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C76818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76818 is #3897E7. Grayscale: #7B7B7B. Windows color (decimal): -3708904 or 1599687. OLE color: 1599687.
HSL color Cylindrical-coordinate representation of color #C76818: hue angle of 27.43º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C76818 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 24 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.22 |
| HSL | 27.43º | 0.78% | 0.44% | - |
| HSV(B) | 27.43º | 0.88% | 0.78% | - |
| XYZ | 28.67 | 22.11 | 3.62 | - |
| YUV | 123.29 | 71.97 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 24 | 0 | 0.48 | 0.88 | 0.22 | 27.43 | 0.78 | 0.44 |
| Hex | C7 | 68 | 18 | 0 | 30 | 58 | 16 | 1B | 4E | 2C |
| Octal | 307 | 150 | 30 | 0 | 60 | 130 | 26 | 33 | 116 | 54 |
| Binary | 11000111 | 1101000 | 11000 | 0 | 110000 | 1011000 | 10110 | 11011 | 1001110 | 101100 |
Color Harmonies of #C76818
Complementary color
Monochromatic Colors of #C76818
Black with #C76818
Text Example
Text Example
White with #C76818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76818; }
p { color: rgb(199,104,24); }
H1.HeaderClassName
{
color: #C76818;
}
.AnyTagClassName
{
color: #C76818;
}
</style>
background-color css
<style>
a { background-color: #C76818; }
a { background-color: rgb(199,104,24); }
div.DivClassName
{
background-color: #C76818;
}
.BgClassName
{
background-color: #C76818;
}
</style>
border-color css
<style>
span { border-color: #C76818; }
span { border-color: rgb(199,104,24); }
td.TdClassName
{
border-color: #C76818;
}
.TagClassName
{
border-color: #C76818;
}
</style>