Shades of Chocolate #C55A1C
Tints of Chocolate #C55A1C
RGB
CMYK
RGB Variations
Color information
#C55A1C (or 0xC55A1C) is known color: Chocolate. HEX triplet: C5, 5A and 1C. RGB value is (197,90,28). Sum of RGB (Red+Green+Blue) = 197+90+28=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A1C is #3AA5E3. Grayscale: #737373. Windows color (decimal): -3843556 or 1858245. OLE color: 1858245.
HSL color Cylindrical-coordinate representation of color #C55A1C: hue angle of 22.01º 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 #C55A1C is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 28 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.23 |
| HSL | 22.01º | 0.75% | 0.44% | - |
| HSV(B) | 22.01º | 0.86% | 0.77% | - |
| XYZ | 26.89 | 19.27 | 3.4 | - |
| YUV | 114.93 | 78.95 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 28 | 0 | 0.54 | 0.86 | 0.23 | 22.01 | 0.75 | 0.44 |
| Hex | C5 | 5A | 1C | 0 | 36 | 56 | 17 | 16 | 4B | 2C |
| Octal | 305 | 132 | 34 | 0 | 66 | 126 | 27 | 26 | 113 | 54 |
| Binary | 11000101 | 1011010 | 11100 | 0 | 110110 | 1010110 | 10111 | 10110 | 1001011 | 101100 |
Color Harmonies of #C55A1C
Complementary color
Monochromatic Colors of #C55A1C
Black with #C55A1C
Text Example
Text Example
White with #C55A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A1C; }
p { color: rgb(197,90,28); }
H1.HeaderClassName
{
color: #C55A1C;
}
.AnyTagClassName
{
color: #C55A1C;
}
</style>
background-color css
<style>
a { background-color: #C55A1C; }
a { background-color: rgb(197,90,28); }
div.DivClassName
{
background-color: #C55A1C;
}
.BgClassName
{
background-color: #C55A1C;
}
</style>
border-color css
<style>
span { border-color: #C55A1C; }
span { border-color: rgb(197,90,28); }
td.TdClassName
{
border-color: #C55A1C;
}
.TagClassName
{
border-color: #C55A1C;
}
</style>