Shades of Chocolate #C85D19
Tints of Chocolate #C85D19
RGB
CMYK
RGB Variations
Color information
#C85D19 (or 0xC85D19) is known color: Chocolate. HEX triplet: C8, 5D and 19. RGB value is (200,93,25). Sum of RGB (Red+Green+Blue) = 200+93+25=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85D19 is #37A2E6. Grayscale: #757575. Windows color (decimal): -3646183 or 1662408. OLE color: 1662408.
HSL color Cylindrical-coordinate representation of color #C85D19: hue angle of 23.31º 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 #C85D19 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 25 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.22 |
| HSL | 23.31º | 0.78% | 0.44% | - |
| HSV(B) | 23.31º | 0.88% | 0.78% | - |
| XYZ | 27.91 | 20.18 | 3.34 | - |
| YUV | 117.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 25 | 0 | 0.54 | 0.88 | 0.22 | 23.31 | 0.78 | 0.44 |
| Hex | C8 | 5D | 19 | 0 | 36 | 58 | 16 | 17 | 4E | 2C |
| Octal | 310 | 135 | 31 | 0 | 66 | 130 | 26 | 27 | 116 | 54 |
| Binary | 11001000 | 1011101 | 11001 | 0 | 110110 | 1011000 | 10110 | 10111 | 1001110 | 101100 |
Color Harmonies of #C85D19
Complementary color
Monochromatic Colors of #C85D19
Black with #C85D19
Text Example
Text Example
White with #C85D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D19; }
p { color: rgb(200,93,25); }
H1.HeaderClassName
{
color: #C85D19;
}
.AnyTagClassName
{
color: #C85D19;
}
</style>
background-color css
<style>
a { background-color: #C85D19; }
a { background-color: rgb(200,93,25); }
div.DivClassName
{
background-color: #C85D19;
}
.BgClassName
{
background-color: #C85D19;
}
</style>
border-color css
<style>
span { border-color: #C85D19; }
span { border-color: rgb(200,93,25); }
td.TdClassName
{
border-color: #C85D19;
}
.TagClassName
{
border-color: #C85D19;
}
</style>