Shades of Chocolate #C55A17
Tints of Chocolate #C55A17
RGB
CMYK
RGB Variations
Color information
#C55A17 (or 0xC55A17) is known color: Chocolate. HEX triplet: C5, 5A and 17. RGB value is (197,90,23). Sum of RGB (Red+Green+Blue) = 197+90+23=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55A17 is #3AA5E8. Grayscale: #727272. Windows color (decimal): -3843561 or 1530565. OLE color: 1530565.
HSL color Cylindrical-coordinate representation of color #C55A17: hue angle of 23.1º degrees, saturation: 0.79, 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 #C55A17 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 23 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.23 |
| HSL | 23.1º | 0.79% | 0.43% | - |
| HSV(B) | 23.1º | 0.88% | 0.77% | - |
| XYZ | 26.84 | 19.24 | 3.11 | - |
| YUV | 114.36 | 76.45 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 23 | 0 | 0.54 | 0.88 | 0.23 | 23.1 | 0.79 | 0.43 |
| Hex | C5 | 5A | 17 | 0 | 36 | 58 | 17 | 17 | 4F | 2B |
| Octal | 305 | 132 | 27 | 0 | 66 | 130 | 27 | 27 | 117 | 53 |
| Binary | 11000101 | 1011010 | 10111 | 0 | 110110 | 1011000 | 10111 | 10111 | 1001111 | 101011 |
Color Harmonies of #C55A17
Complementary color
Monochromatic Colors of #C55A17
Black with #C55A17
Text Example
Text Example
White with #C55A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A17; }
p { color: rgb(197,90,23); }
H1.HeaderClassName
{
color: #C55A17;
}
.AnyTagClassName
{
color: #C55A17;
}
</style>
background-color css
<style>
a { background-color: #C55A17; }
a { background-color: rgb(197,90,23); }
div.DivClassName
{
background-color: #C55A17;
}
.BgClassName
{
background-color: #C55A17;
}
</style>
border-color css
<style>
span { border-color: #C55A17; }
span { border-color: rgb(197,90,23); }
td.TdClassName
{
border-color: #C55A17;
}
.TagClassName
{
border-color: #C55A17;
}
</style>