Shades of Chocolate #C75816
Tints of Chocolate #C75816
RGB
CMYK
RGB Variations
Color information
#C75816 (or 0xC75816) is known color: Chocolate. HEX triplet: C7, 58 and 16. RGB value is (199,88,22). Sum of RGB (Red+Green+Blue) = 199+88+22=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C75816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75816 is #38A7E9. Grayscale: #727272. Windows color (decimal): -3713002 or 1464519. OLE color: 1464519.
HSL color Cylindrical-coordinate representation of color #C75816: hue angle of 22.37º degrees, saturation: 0.8, 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 #C75816 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 22 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.22 |
| HSL | 22.37º | 0.8% | 0.43% | - |
| HSV(B) | 22.37º | 0.89% | 0.78% | - |
| XYZ | 27.19 | 19.18 | 3.03 | - |
| YUV | 113.67 | 76.27 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 22 | 0 | 0.56 | 0.89 | 0.22 | 22.37 | 0.8 | 0.43 |
| Hex | C7 | 58 | 16 | 0 | 38 | 59 | 16 | 16 | 50 | 2B |
| Octal | 307 | 130 | 26 | 0 | 70 | 131 | 26 | 26 | 120 | 53 |
| Binary | 11000111 | 1011000 | 10110 | 0 | 111000 | 1011001 | 10110 | 10110 | 1010000 | 101011 |
Color Harmonies of #C75816
Complementary color
Monochromatic Colors of #C75816
Black with #C75816
Text Example
Text Example
White with #C75816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75816; }
p { color: rgb(199,88,22); }
H1.HeaderClassName
{
color: #C75816;
}
.AnyTagClassName
{
color: #C75816;
}
</style>
background-color css
<style>
a { background-color: #C75816; }
a { background-color: rgb(199,88,22); }
div.DivClassName
{
background-color: #C75816;
}
.BgClassName
{
background-color: #C75816;
}
</style>
border-color css
<style>
span { border-color: #C75816; }
span { border-color: rgb(199,88,22); }
td.TdClassName
{
border-color: #C75816;
}
.TagClassName
{
border-color: #C75816;
}
</style>