Shades of Chocolate #C55519
Tints of Chocolate #C55519
RGB
CMYK
RGB Variations
Color information
#C55519 (or 0xC55519) is known color: Chocolate. HEX triplet: C5, 55 and 19. RGB value is (197,85,25). Sum of RGB (Red+Green+Blue) = 197+85+25=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C55519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55519 is #3AAAE6. Grayscale: #707070. Windows color (decimal): -3844839 or 1660357. OLE color: 1660357.
HSL color Cylindrical-coordinate representation of color #C55519: hue angle of 20.93º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C55519 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 25 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.23 |
| HSL | 20.93º | 0.77% | 0.44% | - |
| HSV(B) | 20.93º | 0.87% | 0.77% | - |
| XYZ | 26.45 | 18.44 | 3.08 | - |
| YUV | 111.65 | 79.11 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 25 | 0 | 0.57 | 0.87 | 0.23 | 20.93 | 0.77 | 0.44 |
| Hex | C5 | 55 | 19 | 0 | 39 | 57 | 17 | 15 | 4D | 2C |
| Octal | 305 | 125 | 31 | 0 | 71 | 127 | 27 | 25 | 115 | 54 |
| Binary | 11000101 | 1010101 | 11001 | 0 | 111001 | 1010111 | 10111 | 10101 | 1001101 | 101100 |
Color Harmonies of #C55519
Complementary color
Monochromatic Colors of #C55519
Black with #C55519
Text Example
Text Example
White with #C55519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55519; }
p { color: rgb(197,85,25); }
H1.HeaderClassName
{
color: #C55519;
}
.AnyTagClassName
{
color: #C55519;
}
</style>
background-color css
<style>
a { background-color: #C55519; }
a { background-color: rgb(197,85,25); }
div.DivClassName
{
background-color: #C55519;
}
.BgClassName
{
background-color: #C55519;
}
</style>
border-color css
<style>
span { border-color: #C55519; }
span { border-color: rgb(197,85,25); }
td.TdClassName
{
border-color: #C55519;
}
.TagClassName
{
border-color: #C55519;
}
</style>