Shades of Chocolate #C55E13
Tints of Chocolate #C55E13
RGB
CMYK
RGB Variations
Color information
#C55E13 (or 0xC55E13) is known color: Chocolate. HEX triplet: C5, 5E and 13. RGB value is (197,94,19). Sum of RGB (Red+Green+Blue) = 197+94+19=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55E13 is #3AA1EC. Grayscale: #747474. Windows color (decimal): -3842541 or 1269445. OLE color: 1269445.
HSL color Cylindrical-coordinate representation of color #C55E13: hue angle of 25.28º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C55E13 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 19 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.23 |
| HSL | 25.28º | 0.82% | 0.42% | - |
| HSV(B) | 25.28º | 0.9% | 0.77% | - |
| XYZ | 27.15 | 19.92 | 3.03 | - |
| YUV | 116.25 | 73.12 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 19 | 0 | 0.52 | 0.90 | 0.23 | 25.28 | 0.82 | 0.42 |
| Hex | C5 | 5E | 13 | 0 | 34 | 5A | 17 | 19 | 52 | 2A |
| Octal | 305 | 136 | 23 | 0 | 64 | 132 | 27 | 31 | 122 | 52 |
| Binary | 11000101 | 1011110 | 10011 | 0 | 110100 | 1011010 | 10111 | 11001 | 1010010 | 101010 |
Color Harmonies of #C55E13
Complementary color
Monochromatic Colors of #C55E13
Black with #C55E13
Text Example
Text Example
White with #C55E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E13; }
p { color: rgb(197,94,19); }
H1.HeaderClassName
{
color: #C55E13;
}
.AnyTagClassName
{
color: #C55E13;
}
</style>
background-color css
<style>
a { background-color: #C55E13; }
a { background-color: rgb(197,94,19); }
div.DivClassName
{
background-color: #C55E13;
}
.BgClassName
{
background-color: #C55E13;
}
</style>
border-color css
<style>
span { border-color: #C55E13; }
span { border-color: rgb(197,94,19); }
td.TdClassName
{
border-color: #C55E13;
}
.TagClassName
{
border-color: #C55E13;
}
</style>