Shades of Chocolate #C55D1D
Tints of Chocolate #C55D1D
RGB
CMYK
RGB Variations
Color information
#C55D1D (or 0xC55D1D) is known color: Chocolate. HEX triplet: C5, 5D and 1D. RGB value is (197,93,29). Sum of RGB (Red+Green+Blue) = 197+93+29=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D1D is #3AA2E2. Grayscale: #757575. Windows color (decimal): -3842787 or 1924549. OLE color: 1924549.
HSL color Cylindrical-coordinate representation of color #C55D1D: hue angle of 22.86º 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 #C55D1D is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 29 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.23 |
| HSL | 22.86º | 0.74% | 0.44% | - |
| HSV(B) | 22.86º | 0.85% | 0.77% | - |
| XYZ | 27.16 | 19.79 | 3.55 | - |
| YUV | 116.8 | 78.46 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 29 | 0 | 0.53 | 0.85 | 0.23 | 22.86 | 0.74 | 0.44 |
| Hex | C5 | 5D | 1D | 0 | 35 | 55 | 17 | 17 | 4A | 2C |
| Octal | 305 | 135 | 35 | 0 | 65 | 125 | 27 | 27 | 112 | 54 |
| Binary | 11000101 | 1011101 | 11101 | 0 | 110101 | 1010101 | 10111 | 10111 | 1001010 | 101100 |
Color Harmonies of #C55D1D
Complementary color
Monochromatic Colors of #C55D1D
Black with #C55D1D
Text Example
Text Example
White with #C55D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D1D; }
p { color: rgb(197,93,29); }
H1.HeaderClassName
{
color: #C55D1D;
}
.AnyTagClassName
{
color: #C55D1D;
}
</style>
background-color css
<style>
a { background-color: #C55D1D; }
a { background-color: rgb(197,93,29); }
div.DivClassName
{
background-color: #C55D1D;
}
.BgClassName
{
background-color: #C55D1D;
}
</style>
border-color css
<style>
span { border-color: #C55D1D; }
span { border-color: rgb(197,93,29); }
td.TdClassName
{
border-color: #C55D1D;
}
.TagClassName
{
border-color: #C55D1D;
}
</style>