Shades of Chocolate #C55819
Tints of Chocolate #C55819
RGB
CMYK
RGB Variations
Color information
#C55819 (or 0xC55819) is known color: Chocolate. HEX triplet: C5, 58 and 19. RGB value is (197,88,25). Sum of RGB (Red+Green+Blue) = 197+88+25=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C55819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55819 is #3AA7E6. Grayscale: #717171. Windows color (decimal): -3844071 or 1661125. OLE color: 1661125.
HSL color Cylindrical-coordinate representation of color #C55819: hue angle of 21.98º 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 #C55819 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 25 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.23 |
| HSL | 21.98º | 0.77% | 0.44% | - |
| HSV(B) | 21.98º | 0.87% | 0.77% | - |
| XYZ | 26.69 | 18.92 | 3.16 | - |
| YUV | 113.41 | 78.11 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 25 | 0 | 0.55 | 0.87 | 0.23 | 21.98 | 0.77 | 0.44 |
| Hex | C5 | 58 | 19 | 0 | 37 | 57 | 17 | 16 | 4D | 2C |
| Octal | 305 | 130 | 31 | 0 | 67 | 127 | 27 | 26 | 115 | 54 |
| Binary | 11000101 | 1011000 | 11001 | 0 | 110111 | 1010111 | 10111 | 10110 | 1001101 | 101100 |
Color Harmonies of #C55819
Complementary color
Monochromatic Colors of #C55819
Black with #C55819
Text Example
Text Example
White with #C55819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55819; }
p { color: rgb(197,88,25); }
H1.HeaderClassName
{
color: #C55819;
}
.AnyTagClassName
{
color: #C55819;
}
</style>
background-color css
<style>
a { background-color: #C55819; }
a { background-color: rgb(197,88,25); }
div.DivClassName
{
background-color: #C55819;
}
.BgClassName
{
background-color: #C55819;
}
</style>
border-color css
<style>
span { border-color: #C55819; }
span { border-color: rgb(197,88,25); }
td.TdClassName
{
border-color: #C55819;
}
.TagClassName
{
border-color: #C55819;
}
</style>