Shades of Chocolate #C85F19
Tints of Chocolate #C85F19
RGB
CMYK
RGB Variations
Color information
#C85F19 (or 0xC85F19) is known color: Chocolate. HEX triplet: C8, 5F and 19. RGB value is (200,95,25). Sum of RGB (Red+Green+Blue) = 200+95+25=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85F19 is #37A0E6. Grayscale: #767676. Windows color (decimal): -3645671 or 1662920. OLE color: 1662920.
HSL color Cylindrical-coordinate representation of color #C85F19: hue angle of 24º 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 #C85F19 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 25 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.22 |
| HSL | 24º | 0.78% | 0.44% | - |
| HSV(B) | 24º | 0.88% | 0.78% | - |
| XYZ | 28.09 | 20.53 | 3.4 | - |
| YUV | 118.42 | 75.29 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 25 | 0 | 0.52 | 0.88 | 0.22 | 24 | 0.78 | 0.44 |
| Hex | C8 | 5F | 19 | 0 | 34 | 58 | 16 | 18 | 4E | 2C |
| Octal | 310 | 137 | 31 | 0 | 64 | 130 | 26 | 30 | 116 | 54 |
| Binary | 11001000 | 1011111 | 11001 | 0 | 110100 | 1011000 | 10110 | 11000 | 1001110 | 101100 |
Color Harmonies of #C85F19
Complementary color
Monochromatic Colors of #C85F19
Black with #C85F19
Text Example
Text Example
White with #C85F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F19; }
p { color: rgb(200,95,25); }
H1.HeaderClassName
{
color: #C85F19;
}
.AnyTagClassName
{
color: #C85F19;
}
</style>
background-color css
<style>
a { background-color: #C85F19; }
a { background-color: rgb(200,95,25); }
div.DivClassName
{
background-color: #C85F19;
}
.BgClassName
{
background-color: #C85F19;
}
</style>
border-color css
<style>
span { border-color: #C85F19; }
span { border-color: rgb(200,95,25); }
td.TdClassName
{
border-color: #C85F19;
}
.TagClassName
{
border-color: #C85F19;
}
</style>