Shades of Chocolate #C55A1D
Tints of Chocolate #C55A1D
RGB
CMYK
RGB Variations
Color information
#C55A1D (or 0xC55A1D) is known color: Chocolate. HEX triplet: C5, 5A and 1D. RGB value is (197,90,29). Sum of RGB (Red+Green+Blue) = 197+90+29=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A1D is #3AA5E2. Grayscale: #737373. Windows color (decimal): -3843555 or 1923781. OLE color: 1923781.
HSL color Cylindrical-coordinate representation of color #C55A1D: hue angle of 21.79º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C55A1D is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 29 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.23 |
| HSL | 21.79º | 0.74% | 0.44% | - |
| HSV(B) | 21.79º | 0.85% | 0.77% | - |
| XYZ | 26.9 | 19.27 | 3.46 | - |
| YUV | 115.04 | 79.45 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 29 | 0 | 0.54 | 0.85 | 0.23 | 21.79 | 0.74 | 0.44 |
| Hex | C5 | 5A | 1D | 0 | 36 | 55 | 17 | 16 | 4A | 2C |
| Octal | 305 | 132 | 35 | 0 | 66 | 125 | 27 | 26 | 112 | 54 |
| Binary | 11000101 | 1011010 | 11101 | 0 | 110110 | 1010101 | 10111 | 10110 | 1001010 | 101100 |
Color Harmonies of #C55A1D
Complementary color
Monochromatic Colors of #C55A1D
Black with #C55A1D
Text Example
Text Example
White with #C55A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A1D; }
p { color: rgb(197,90,29); }
H1.HeaderClassName
{
color: #C55A1D;
}
.AnyTagClassName
{
color: #C55A1D;
}
</style>
background-color css
<style>
a { background-color: #C55A1D; }
a { background-color: rgb(197,90,29); }
div.DivClassName
{
background-color: #C55A1D;
}
.BgClassName
{
background-color: #C55A1D;
}
</style>
border-color css
<style>
span { border-color: #C55A1D; }
span { border-color: rgb(197,90,29); }
td.TdClassName
{
border-color: #C55A1D;
}
.TagClassName
{
border-color: #C55A1D;
}
</style>