Shades of Chocolate #C76814
Tints of Chocolate #C76814
RGB
CMYK
RGB Variations
Color information
#C76814 (or 0xC76814) is known color: Chocolate. HEX triplet: C7, 68 and 14. RGB value is (199,104,20). Sum of RGB (Red+Green+Blue) = 199+104+20=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C76814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76814 is #3897EB. Grayscale: #7B7B7B. Windows color (decimal): -3708908 or 1337543. OLE color: 1337543.
HSL color Cylindrical-coordinate representation of color #C76814: hue angle of 28.16º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C76814 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 20 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.22 |
| HSL | 28.16º | 0.82% | 0.43% | - |
| HSV(B) | 28.16º | 0.9% | 0.78% | - |
| XYZ | 28.63 | 22.09 | 3.42 | - |
| YUV | 122.83 | 69.97 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 20 | 0 | 0.48 | 0.90 | 0.22 | 28.16 | 0.82 | 0.43 |
| Hex | C7 | 68 | 14 | 0 | 30 | 5A | 16 | 1C | 52 | 2B |
| Octal | 307 | 150 | 24 | 0 | 60 | 132 | 26 | 34 | 122 | 53 |
| Binary | 11000111 | 1101000 | 10100 | 0 | 110000 | 1011010 | 10110 | 11100 | 1010010 | 101011 |
Color Harmonies of #C76814
Complementary color
Monochromatic Colors of #C76814
Black with #C76814
Text Example
Text Example
White with #C76814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76814; }
p { color: rgb(199,104,20); }
H1.HeaderClassName
{
color: #C76814;
}
.AnyTagClassName
{
color: #C76814;
}
</style>
background-color css
<style>
a { background-color: #C76814; }
a { background-color: rgb(199,104,20); }
div.DivClassName
{
background-color: #C76814;
}
.BgClassName
{
background-color: #C76814;
}
</style>
border-color css
<style>
span { border-color: #C76814; }
span { border-color: rgb(199,104,20); }
td.TdClassName
{
border-color: #C76814;
}
.TagClassName
{
border-color: #C76814;
}
</style>