Shades of Chocolate #C76815
Tints of Chocolate #C76815
RGB
CMYK
RGB Variations
Color information
#C76815 (or 0xC76815) is known color: Chocolate. HEX triplet: C7, 68 and 15. RGB value is (199,104,21). Sum of RGB (Red+Green+Blue) = 199+104+21=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C76815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76815 is #3897EA. Grayscale: #7B7B7B. Windows color (decimal): -3708907 or 1403079. OLE color: 1403079.
HSL color Cylindrical-coordinate representation of color #C76815: hue angle of 27.98º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C76815 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 21 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.22 |
| HSL | 27.98º | 0.81% | 0.43% | - |
| HSV(B) | 27.98º | 0.89% | 0.78% | - |
| XYZ | 28.64 | 22.1 | 3.47 | - |
| YUV | 122.94 | 70.47 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 21 | 0 | 0.48 | 0.89 | 0.22 | 27.98 | 0.81 | 0.43 |
| Hex | C7 | 68 | 15 | 0 | 30 | 59 | 16 | 1C | 51 | 2B |
| Octal | 307 | 150 | 25 | 0 | 60 | 131 | 26 | 34 | 121 | 53 |
| Binary | 11000111 | 1101000 | 10101 | 0 | 110000 | 1011001 | 10110 | 11100 | 1010001 | 101011 |
Color Harmonies of #C76815
Complementary color
Monochromatic Colors of #C76815
Black with #C76815
Text Example
Text Example
White with #C76815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76815; }
p { color: rgb(199,104,21); }
H1.HeaderClassName
{
color: #C76815;
}
.AnyTagClassName
{
color: #C76815;
}
</style>
background-color css
<style>
a { background-color: #C76815; }
a { background-color: rgb(199,104,21); }
div.DivClassName
{
background-color: #C76815;
}
.BgClassName
{
background-color: #C76815;
}
</style>
border-color css
<style>
span { border-color: #C76815; }
span { border-color: rgb(199,104,21); }
td.TdClassName
{
border-color: #C76815;
}
.TagClassName
{
border-color: #C76815;
}
</style>