Shades of Chocolate #C85919
Tints of Chocolate #C85919
RGB
CMYK
RGB Variations
Color information
#C85919 (or 0xC85919) is known color: Chocolate. HEX triplet: C8, 59 and 19. RGB value is (200,89,25). Sum of RGB (Red+Green+Blue) = 200+89+25=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C85919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85919 is #37A6E6. Grayscale: #737373. Windows color (decimal): -3647207 or 1661384. OLE color: 1661384.
HSL color Cylindrical-coordinate representation of color #C85919: hue angle of 21.94º 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 #C85919 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 25 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.22 |
| HSL | 21.94º | 0.78% | 0.44% | - |
| HSV(B) | 21.94º | 0.88% | 0.78% | - |
| XYZ | 27.57 | 19.49 | 3.23 | - |
| YUV | 114.89 | 77.27 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 25 | 0 | 0.56 | 0.88 | 0.22 | 21.94 | 0.78 | 0.44 |
| Hex | C8 | 59 | 19 | 0 | 38 | 58 | 16 | 16 | 4E | 2C |
| Octal | 310 | 131 | 31 | 0 | 70 | 130 | 26 | 26 | 116 | 54 |
| Binary | 11001000 | 1011001 | 11001 | 0 | 111000 | 1011000 | 10110 | 10110 | 1001110 | 101100 |
Color Harmonies of #C85919
Complementary color
Monochromatic Colors of #C85919
Black with #C85919
Text Example
Text Example
White with #C85919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85919; }
p { color: rgb(200,89,25); }
H1.HeaderClassName
{
color: #C85919;
}
.AnyTagClassName
{
color: #C85919;
}
</style>
background-color css
<style>
a { background-color: #C85919; }
a { background-color: rgb(200,89,25); }
div.DivClassName
{
background-color: #C85919;
}
.BgClassName
{
background-color: #C85919;
}
</style>
border-color css
<style>
span { border-color: #C85919; }
span { border-color: rgb(200,89,25); }
td.TdClassName
{
border-color: #C85919;
}
.TagClassName
{
border-color: #C85919;
}
</style>