Shades of Chocolate #C55E1C
Tints of Chocolate #C55E1C
RGB
CMYK
RGB Variations
Color information
#C55E1C (or 0xC55E1C) is known color: Chocolate. HEX triplet: C5, 5E and 1C. RGB value is (197,94,28). Sum of RGB (Red+Green+Blue) = 197+94+28=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E1C is #3AA1E3. Grayscale: #757575. Windows color (decimal): -3842532 or 1859269. OLE color: 1859269.
HSL color Cylindrical-coordinate representation of color #C55E1C: hue angle of 23.43º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C55E1C is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 28 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.23 |
| HSL | 23.43º | 0.75% | 0.44% | - |
| HSV(B) | 23.43º | 0.86% | 0.77% | - |
| XYZ | 27.24 | 19.96 | 3.52 | - |
| YUV | 117.27 | 77.62 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 28 | 0 | 0.52 | 0.86 | 0.23 | 23.43 | 0.75 | 0.44 |
| Hex | C5 | 5E | 1C | 0 | 34 | 56 | 17 | 17 | 4B | 2C |
| Octal | 305 | 136 | 34 | 0 | 64 | 126 | 27 | 27 | 113 | 54 |
| Binary | 11000101 | 1011110 | 11100 | 0 | 110100 | 1010110 | 10111 | 10111 | 1001011 | 101100 |
Color Harmonies of #C55E1C
Complementary color
Monochromatic Colors of #C55E1C
Black with #C55E1C
Text Example
Text Example
White with #C55E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E1C; }
p { color: rgb(197,94,28); }
H1.HeaderClassName
{
color: #C55E1C;
}
.AnyTagClassName
{
color: #C55E1C;
}
</style>
background-color css
<style>
a { background-color: #C55E1C; }
a { background-color: rgb(197,94,28); }
div.DivClassName
{
background-color: #C55E1C;
}
.BgClassName
{
background-color: #C55E1C;
}
</style>
border-color css
<style>
span { border-color: #C55E1C; }
span { border-color: rgb(197,94,28); }
td.TdClassName
{
border-color: #C55E1C;
}
.TagClassName
{
border-color: #C55E1C;
}
</style>