Shades of Chocolate #C85E19
Tints of Chocolate #C85E19
RGB
CMYK
RGB Variations
Color information
#C85E19 (or 0xC85E19) is known color: Chocolate. HEX triplet: C8, 5E and 19. RGB value is (200,94,25). Sum of RGB (Red+Green+Blue) = 200+94+25=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85E19 is #37A1E6. Grayscale: #767676. Windows color (decimal): -3645927 or 1662664. OLE color: 1662664.
HSL color Cylindrical-coordinate representation of color #C85E19: hue angle of 23.66º degrees, saturation: 0.78, 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 #C85E19 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 25 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.22 |
| HSL | 23.66º | 0.78% | 0.44% | - |
| HSV(B) | 23.66º | 0.88% | 0.78% | - |
| XYZ | 28 | 20.35 | 3.37 | - |
| YUV | 117.83 | 75.62 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 25 | 0 | 0.53 | 0.88 | 0.22 | 23.66 | 0.78 | 0.44 |
| Hex | C8 | 5E | 19 | 0 | 35 | 58 | 16 | 18 | 4E | 2C |
| Octal | 310 | 136 | 31 | 0 | 65 | 130 | 26 | 30 | 116 | 54 |
| Binary | 11001000 | 1011110 | 11001 | 0 | 110101 | 1011000 | 10110 | 11000 | 1001110 | 101100 |
Color Harmonies of #C85E19
Complementary color
Monochromatic Colors of #C85E19
Black with #C85E19
Text Example
Text Example
White with #C85E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E19; }
p { color: rgb(200,94,25); }
H1.HeaderClassName
{
color: #C85E19;
}
.AnyTagClassName
{
color: #C85E19;
}
</style>
background-color css
<style>
a { background-color: #C85E19; }
a { background-color: rgb(200,94,25); }
div.DivClassName
{
background-color: #C85E19;
}
.BgClassName
{
background-color: #C85E19;
}
</style>
border-color css
<style>
span { border-color: #C85E19; }
span { border-color: rgb(200,94,25); }
td.TdClassName
{
border-color: #C85E19;
}
.TagClassName
{
border-color: #C85E19;
}
</style>