Shades of Chocolate #C55A18
Tints of Chocolate #C55A18
RGB
CMYK
RGB Variations
Color information
#C55A18 (or 0xC55A18) is known color: Chocolate. HEX triplet: C5, 5A and 18. RGB value is (197,90,24). Sum of RGB (Red+Green+Blue) = 197+90+24=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55A18 is #3AA5E7. Grayscale: #727272. Windows color (decimal): -3843560 or 1596101. OLE color: 1596101.
HSL color Cylindrical-coordinate representation of color #C55A18: hue angle of 22.89º 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 #C55A18 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 24 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.23 |
| HSL | 22.89º | 0.78% | 0.43% | - |
| HSV(B) | 22.89º | 0.88% | 0.77% | - |
| XYZ | 26.85 | 19.25 | 3.16 | - |
| YUV | 114.47 | 76.95 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 24 | 0 | 0.54 | 0.88 | 0.23 | 22.89 | 0.78 | 0.43 |
| Hex | C5 | 5A | 18 | 0 | 36 | 58 | 17 | 17 | 4E | 2B |
| Octal | 305 | 132 | 30 | 0 | 66 | 130 | 27 | 27 | 116 | 53 |
| Binary | 11000101 | 1011010 | 11000 | 0 | 110110 | 1011000 | 10111 | 10111 | 1001110 | 101011 |
Color Harmonies of #C55A18
Complementary color
Monochromatic Colors of #C55A18
Black with #C55A18
Text Example
Text Example
White with #C55A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A18; }
p { color: rgb(197,90,24); }
H1.HeaderClassName
{
color: #C55A18;
}
.AnyTagClassName
{
color: #C55A18;
}
</style>
background-color css
<style>
a { background-color: #C55A18; }
a { background-color: rgb(197,90,24); }
div.DivClassName
{
background-color: #C55A18;
}
.BgClassName
{
background-color: #C55A18;
}
</style>
border-color css
<style>
span { border-color: #C55A18; }
span { border-color: rgb(197,90,24); }
td.TdClassName
{
border-color: #C55A18;
}
.TagClassName
{
border-color: #C55A18;
}
</style>