Shades of Chocolate #C55518
Tints of Chocolate #C55518
RGB
CMYK
RGB Variations
Color information
#C55518 (or 0xC55518) is known color: Chocolate. HEX triplet: C5, 55 and 18. RGB value is (197,85,24). Sum of RGB (Red+Green+Blue) = 197+85+24=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C55518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55518 is #3AAAE7. Grayscale: #6F6F6F. Windows color (decimal): -3844840 or 1594821. OLE color: 1594821.
HSL color Cylindrical-coordinate representation of color #C55518: hue angle of 21.16º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C55518 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 24 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.23 |
| HSL | 21.16º | 0.78% | 0.43% | - |
| HSV(B) | 21.16º | 0.88% | 0.77% | - |
| XYZ | 26.44 | 18.43 | 3.03 | - |
| YUV | 111.53 | 78.61 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 24 | 0 | 0.57 | 0.88 | 0.23 | 21.16 | 0.78 | 0.43 |
| Hex | C5 | 55 | 18 | 0 | 39 | 58 | 17 | 15 | 4E | 2B |
| Octal | 305 | 125 | 30 | 0 | 71 | 130 | 27 | 25 | 116 | 53 |
| Binary | 11000101 | 1010101 | 11000 | 0 | 111001 | 1011000 | 10111 | 10101 | 1001110 | 101011 |
Color Harmonies of #C55518
Complementary color
Monochromatic Colors of #C55518
Black with #C55518
Text Example
Text Example
White with #C55518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55518; }
p { color: rgb(197,85,24); }
H1.HeaderClassName
{
color: #C55518;
}
.AnyTagClassName
{
color: #C55518;
}
</style>
background-color css
<style>
a { background-color: #C55518; }
a { background-color: rgb(197,85,24); }
div.DivClassName
{
background-color: #C55518;
}
.BgClassName
{
background-color: #C55518;
}
</style>
border-color css
<style>
span { border-color: #C55518; }
span { border-color: rgb(197,85,24); }
td.TdClassName
{
border-color: #C55518;
}
.TagClassName
{
border-color: #C55518;
}
</style>