Shades of Chocolate #C55D13
Tints of Chocolate #C55D13
RGB
CMYK
RGB Variations
Color information
#C55D13 (or 0xC55D13) is known color: Chocolate. HEX triplet: C5, 5D and 13. RGB value is (197,93,19). Sum of RGB (Red+Green+Blue) = 197+93+19=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55D13 is #3AA2EC. Grayscale: #747474. Windows color (decimal): -3842797 or 1269189. OLE color: 1269189.
HSL color Cylindrical-coordinate representation of color #C55D13: hue angle of 24.94º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C55D13 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 19 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.23 |
| HSL | 24.94º | 0.82% | 0.42% | - |
| HSV(B) | 24.94º | 0.9% | 0.77% | - |
| XYZ | 27.06 | 19.75 | 3 | - |
| YUV | 115.66 | 73.46 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 19 | 0 | 0.53 | 0.90 | 0.23 | 24.94 | 0.82 | 0.42 |
| Hex | C5 | 5D | 13 | 0 | 35 | 5A | 17 | 19 | 52 | 2A |
| Octal | 305 | 135 | 23 | 0 | 65 | 132 | 27 | 31 | 122 | 52 |
| Binary | 11000101 | 1011101 | 10011 | 0 | 110101 | 1011010 | 10111 | 11001 | 1010010 | 101010 |
Color Harmonies of #C55D13
Complementary color
Monochromatic Colors of #C55D13
Black with #C55D13
Text Example
Text Example
White with #C55D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D13; }
p { color: rgb(197,93,19); }
H1.HeaderClassName
{
color: #C55D13;
}
.AnyTagClassName
{
color: #C55D13;
}
</style>
background-color css
<style>
a { background-color: #C55D13; }
a { background-color: rgb(197,93,19); }
div.DivClassName
{
background-color: #C55D13;
}
.BgClassName
{
background-color: #C55D13;
}
</style>
border-color css
<style>
span { border-color: #C55D13; }
span { border-color: rgb(197,93,19); }
td.TdClassName
{
border-color: #C55D13;
}
.TagClassName
{
border-color: #C55D13;
}
</style>