Shades of Chocolate #C85E13
Tints of Chocolate #C85E13
RGB
CMYK
RGB Variations
Color information
#C85E13 (or 0xC85E13) is known color: Chocolate. HEX triplet: C8, 5E and 13. RGB value is (200,94,19). Sum of RGB (Red+Green+Blue) = 200+94+19=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85E13 is #37A1EC. Grayscale: #757575. Windows color (decimal): -3645933 or 1269448. OLE color: 1269448.
HSL color Cylindrical-coordinate representation of color #C85E13: hue angle of 24.86º degrees, saturation: 0.83, 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 #C85E13 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 19 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.22 |
| HSL | 24.86º | 0.83% | 0.43% | - |
| HSV(B) | 24.86º | 0.91% | 0.78% | - |
| XYZ | 27.94 | 20.33 | 3.07 | - |
| YUV | 117.14 | 72.62 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 19 | 0 | 0.53 | 0.90 | 0.22 | 24.86 | 0.83 | 0.43 |
| Hex | C8 | 5E | 13 | 0 | 35 | 5A | 16 | 19 | 53 | 2B |
| Octal | 310 | 136 | 23 | 0 | 65 | 132 | 26 | 31 | 123 | 53 |
| Binary | 11001000 | 1011110 | 10011 | 0 | 110101 | 1011010 | 10110 | 11001 | 1010011 | 101011 |
Color Harmonies of #C85E13
Complementary color
Monochromatic Colors of #C85E13
Black with #C85E13
Text Example
Text Example
White with #C85E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E13; }
p { color: rgb(200,94,19); }
H1.HeaderClassName
{
color: #C85E13;
}
.AnyTagClassName
{
color: #C85E13;
}
</style>
background-color css
<style>
a { background-color: #C85E13; }
a { background-color: rgb(200,94,19); }
div.DivClassName
{
background-color: #C85E13;
}
.BgClassName
{
background-color: #C85E13;
}
</style>
border-color css
<style>
span { border-color: #C85E13; }
span { border-color: rgb(200,94,19); }
td.TdClassName
{
border-color: #C85E13;
}
.TagClassName
{
border-color: #C85E13;
}
</style>