Shades of Chocolate #C55A16
Tints of Chocolate #C55A16
RGB
CMYK
RGB Variations
Color information
#C55A16 (or 0xC55A16) is known color: Chocolate. HEX triplet: C5, 5A and 16. RGB value is (197,90,22). Sum of RGB (Red+Green+Blue) = 197+90+22=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55A16 is #3AA5E9. Grayscale: #727272. Windows color (decimal): -3843562 or 1465029. OLE color: 1465029.
HSL color Cylindrical-coordinate representation of color #C55A16: hue angle of 23.31º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C55A16 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 22 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.23 |
| HSL | 23.31º | 0.8% | 0.43% | - |
| HSV(B) | 23.31º | 0.89% | 0.77% | - |
| XYZ | 26.83 | 19.24 | 3.06 | - |
| YUV | 114.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 22 | 0 | 0.54 | 0.89 | 0.23 | 23.31 | 0.8 | 0.43 |
| Hex | C5 | 5A | 16 | 0 | 36 | 59 | 17 | 17 | 50 | 2B |
| Octal | 305 | 132 | 26 | 0 | 66 | 131 | 27 | 27 | 120 | 53 |
| Binary | 11000101 | 1011010 | 10110 | 0 | 110110 | 1011001 | 10111 | 10111 | 1010000 | 101011 |
Color Harmonies of #C55A16
Complementary color
Monochromatic Colors of #C55A16
Black with #C55A16
Text Example
Text Example
White with #C55A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A16; }
p { color: rgb(197,90,22); }
H1.HeaderClassName
{
color: #C55A16;
}
.AnyTagClassName
{
color: #C55A16;
}
</style>
background-color css
<style>
a { background-color: #C55A16; }
a { background-color: rgb(197,90,22); }
div.DivClassName
{
background-color: #C55A16;
}
.BgClassName
{
background-color: #C55A16;
}
</style>
border-color css
<style>
span { border-color: #C55A16; }
span { border-color: rgb(197,90,22); }
td.TdClassName
{
border-color: #C55A16;
}
.TagClassName
{
border-color: #C55A16;
}
</style>