Shades of Chocolate #C85A19
Tints of Chocolate #C85A19
RGB
CMYK
RGB Variations
Color information
#C85A19 (or 0xC85A19) is known color: Chocolate. HEX triplet: C8, 5A and 19. RGB value is (200,90,25). Sum of RGB (Red+Green+Blue) = 200+90+25=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85A19 is #37A5E6. Grayscale: #737373. Windows color (decimal): -3646951 or 1661640. OLE color: 1661640.
HSL color Cylindrical-coordinate representation of color #C85A19: hue angle of 22.29º 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 #C85A19 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 25 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.22 |
| HSL | 22.29º | 0.78% | 0.44% | - |
| HSV(B) | 22.29º | 0.88% | 0.78% | - |
| XYZ | 27.65 | 19.66 | 3.26 | - |
| YUV | 115.48 | 76.94 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 25 | 0 | 0.55 | 0.88 | 0.22 | 22.29 | 0.78 | 0.44 |
| Hex | C8 | 5A | 19 | 0 | 37 | 58 | 16 | 16 | 4E | 2C |
| Octal | 310 | 132 | 31 | 0 | 67 | 130 | 26 | 26 | 116 | 54 |
| Binary | 11001000 | 1011010 | 11001 | 0 | 110111 | 1011000 | 10110 | 10110 | 1001110 | 101100 |
Color Harmonies of #C85A19
Complementary color
Monochromatic Colors of #C85A19
Black with #C85A19
Text Example
Text Example
White with #C85A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A19; }
p { color: rgb(200,90,25); }
H1.HeaderClassName
{
color: #C85A19;
}
.AnyTagClassName
{
color: #C85A19;
}
</style>
background-color css
<style>
a { background-color: #C85A19; }
a { background-color: rgb(200,90,25); }
div.DivClassName
{
background-color: #C85A19;
}
.BgClassName
{
background-color: #C85A19;
}
</style>
border-color css
<style>
span { border-color: #C85A19; }
span { border-color: rgb(200,90,25); }
td.TdClassName
{
border-color: #C85A19;
}
.TagClassName
{
border-color: #C85A19;
}
</style>