Shades of Chocolate #C55718
Tints of Chocolate #C55718
RGB
CMYK
RGB Variations
Color information
#C55718 (or 0xC55718) is known color: Chocolate. HEX triplet: C5, 57 and 18. RGB value is (197,87,24). Sum of RGB (Red+Green+Blue) = 197+87+24=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C55718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55718 is #3AA8E7. Grayscale: #717171. Windows color (decimal): -3844328 or 1595333. OLE color: 1595333.
HSL color Cylindrical-coordinate representation of color #C55718: hue angle of 21.85º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C55718 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 24 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.23 |
| HSL | 21.85º | 0.78% | 0.43% | - |
| HSV(B) | 21.85º | 0.88% | 0.77% | - |
| XYZ | 26.6 | 18.75 | 3.08 | - |
| YUV | 112.71 | 77.94 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 24 | 0 | 0.56 | 0.88 | 0.23 | 21.85 | 0.78 | 0.43 |
| Hex | C5 | 57 | 18 | 0 | 38 | 58 | 17 | 16 | 4E | 2B |
| Octal | 305 | 127 | 30 | 0 | 70 | 130 | 27 | 26 | 116 | 53 |
| Binary | 11000101 | 1010111 | 11000 | 0 | 111000 | 1011000 | 10111 | 10110 | 1001110 | 101011 |
Color Harmonies of #C55718
Complementary color
Monochromatic Colors of #C55718
Black with #C55718
Text Example
Text Example
White with #C55718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55718; }
p { color: rgb(197,87,24); }
H1.HeaderClassName
{
color: #C55718;
}
.AnyTagClassName
{
color: #C55718;
}
</style>
background-color css
<style>
a { background-color: #C55718; }
a { background-color: rgb(197,87,24); }
div.DivClassName
{
background-color: #C55718;
}
.BgClassName
{
background-color: #C55718;
}
</style>
border-color css
<style>
span { border-color: #C55718; }
span { border-color: rgb(197,87,24); }
td.TdClassName
{
border-color: #C55718;
}
.TagClassName
{
border-color: #C55718;
}
</style>