Shades of Chocolate #C85E17
Tints of Chocolate #C85E17
RGB
CMYK
RGB Variations
Color information
#C85E17 (or 0xC85E17) is known color: Chocolate. HEX triplet: C8, 5E and 17. RGB value is (200,94,23). Sum of RGB (Red+Green+Blue) = 200+94+23=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85E17 is #37A1E8. Grayscale: #757575. Windows color (decimal): -3645929 or 1531592. OLE color: 1531592.
HSL color Cylindrical-coordinate representation of color #C85E17: hue angle of 24.07º 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 #C85E17 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 23 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.22 |
| HSL | 24.07º | 0.79% | 0.44% | - |
| HSV(B) | 24.07º | 0.89% | 0.78% | - |
| XYZ | 27.98 | 20.35 | 3.26 | - |
| YUV | 117.6 | 74.62 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 23 | 0 | 0.53 | 0.88 | 0.22 | 24.07 | 0.79 | 0.44 |
| Hex | C8 | 5E | 17 | 0 | 35 | 58 | 16 | 18 | 4F | 2C |
| Octal | 310 | 136 | 27 | 0 | 65 | 130 | 26 | 30 | 117 | 54 |
| Binary | 11001000 | 1011110 | 10111 | 0 | 110101 | 1011000 | 10110 | 11000 | 1001111 | 101100 |
Color Harmonies of #C85E17
Complementary color
Monochromatic Colors of #C85E17
Black with #C85E17
Text Example
Text Example
White with #C85E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E17; }
p { color: rgb(200,94,23); }
H1.HeaderClassName
{
color: #C85E17;
}
.AnyTagClassName
{
color: #C85E17;
}
</style>
background-color css
<style>
a { background-color: #C85E17; }
a { background-color: rgb(200,94,23); }
div.DivClassName
{
background-color: #C85E17;
}
.BgClassName
{
background-color: #C85E17;
}
</style>
border-color css
<style>
span { border-color: #C85E17; }
span { border-color: rgb(200,94,23); }
td.TdClassName
{
border-color: #C85E17;
}
.TagClassName
{
border-color: #C85E17;
}
</style>