Shades of Chocolate #C85818
Tints of Chocolate #C85818
RGB
CMYK
RGB Variations
Color information
#C85818 (or 0xC85818) is known color: Chocolate. HEX triplet: C8, 58 and 18. RGB value is (200,88,24). Sum of RGB (Red+Green+Blue) = 200+88+24=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C85818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85818 is #37A7E7. Grayscale: #727272. Windows color (decimal): -3647464 or 1595592. OLE color: 1595592.
HSL color Cylindrical-coordinate representation of color #C85818: hue angle of 21.82º degrees, saturation: 0.79, 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 #C85818 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 24 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.22 |
| HSL | 21.82º | 0.79% | 0.44% | - |
| HSV(B) | 21.82º | 0.88% | 0.78% | - |
| XYZ | 27.47 | 19.32 | 3.15 | - |
| YUV | 114.19 | 77.11 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 24 | 0 | 0.56 | 0.88 | 0.22 | 21.82 | 0.79 | 0.44 |
| Hex | C8 | 58 | 18 | 0 | 38 | 58 | 16 | 16 | 4F | 2C |
| Octal | 310 | 130 | 30 | 0 | 70 | 130 | 26 | 26 | 117 | 54 |
| Binary | 11001000 | 1011000 | 11000 | 0 | 111000 | 1011000 | 10110 | 10110 | 1001111 | 101100 |
Color Harmonies of #C85818
Complementary color
Monochromatic Colors of #C85818
Black with #C85818
Text Example
Text Example
White with #C85818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85818; }
p { color: rgb(200,88,24); }
H1.HeaderClassName
{
color: #C85818;
}
.AnyTagClassName
{
color: #C85818;
}
</style>
background-color css
<style>
a { background-color: #C85818; }
a { background-color: rgb(200,88,24); }
div.DivClassName
{
background-color: #C85818;
}
.BgClassName
{
background-color: #C85818;
}
</style>
border-color css
<style>
span { border-color: #C85818; }
span { border-color: rgb(200,88,24); }
td.TdClassName
{
border-color: #C85818;
}
.TagClassName
{
border-color: #C85818;
}
</style>