Shades of Chocolate #C85E14
Tints of Chocolate #C85E14
RGB
CMYK
RGB Variations
Color information
#C85E14 (or 0xC85E14) is known color: Chocolate. HEX triplet: C8, 5E and 14. RGB value is (200,94,20). Sum of RGB (Red+Green+Blue) = 200+94+20=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85E14 is #37A1EB. Grayscale: #757575. Windows color (decimal): -3645932 or 1334984. OLE color: 1334984.
HSL color Cylindrical-coordinate representation of color #C85E14: hue angle of 24.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C85E14 is Cyan = 0, Magento = 0.53, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 20 | - |
| CMYK | 0 | 0.53 | 0.9 | 0.22 |
| HSL | 24.67º | 0.82% | 0.43% | - |
| HSV(B) | 24.67º | 0.9% | 0.78% | - |
| XYZ | 27.95 | 20.34 | 3.11 | - |
| YUV | 117.26 | 73.12 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 20 | 0 | 0.53 | 0.9 | 0.22 | 24.67 | 0.82 | 0.43 |
| Hex | C8 | 5E | 14 | 0 | 35 | 5A | 16 | 19 | 52 | 2B |
| Octal | 310 | 136 | 24 | 0 | 65 | 132 | 26 | 31 | 122 | 53 |
| Binary | 11001000 | 1011110 | 10100 | 0 | 110101 | 1011010 | 10110 | 11001 | 1010010 | 101011 |
Color Harmonies of #C85E14
Complementary color
Monochromatic Colors of #C85E14
Black with #C85E14
Text Example
Text Example
White with #C85E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E14; }
p { color: rgb(200,94,20); }
H1.HeaderClassName
{
color: #C85E14;
}
.AnyTagClassName
{
color: #C85E14;
}
</style>
background-color css
<style>
a { background-color: #C85E14; }
a { background-color: rgb(200,94,20); }
div.DivClassName
{
background-color: #C85E14;
}
.BgClassName
{
background-color: #C85E14;
}
</style>
border-color css
<style>
span { border-color: #C85E14; }
span { border-color: rgb(200,94,20); }
td.TdClassName
{
border-color: #C85E14;
}
.TagClassName
{
border-color: #C85E14;
}
</style>