Shades of Chocolate #C55617
Tints of Chocolate #C55617
RGB
CMYK
RGB Variations
Color information
#C55617 (or 0xC55617) is known color: Chocolate. HEX triplet: C5, 56 and 17. RGB value is (197,86,23). Sum of RGB (Red+Green+Blue) = 197+86+23=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C55617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55617 is #3AA9E8. Grayscale: #707070. Windows color (decimal): -3844585 or 1529541. OLE color: 1529541.
HSL color Cylindrical-coordinate representation of color #C55617: hue angle of 21.72º degrees, saturation: 0.79, 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 #C55617 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 23 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.23 |
| HSL | 21.72º | 0.79% | 0.43% | - |
| HSV(B) | 21.72º | 0.88% | 0.77% | - |
| XYZ | 26.51 | 18.59 | 3 | - |
| YUV | 112.01 | 77.77 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 23 | 0 | 0.56 | 0.88 | 0.23 | 21.72 | 0.79 | 0.43 |
| Hex | C5 | 56 | 17 | 0 | 38 | 58 | 17 | 16 | 4F | 2B |
| Octal | 305 | 126 | 27 | 0 | 70 | 130 | 27 | 26 | 117 | 53 |
| Binary | 11000101 | 1010110 | 10111 | 0 | 111000 | 1011000 | 10111 | 10110 | 1001111 | 101011 |
Color Harmonies of #C55617
Complementary color
Monochromatic Colors of #C55617
Black with #C55617
Text Example
Text Example
White with #C55617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55617; }
p { color: rgb(197,86,23); }
H1.HeaderClassName
{
color: #C55617;
}
.AnyTagClassName
{
color: #C55617;
}
</style>
background-color css
<style>
a { background-color: #C55617; }
a { background-color: rgb(197,86,23); }
div.DivClassName
{
background-color: #C55617;
}
.BgClassName
{
background-color: #C55617;
}
</style>
border-color css
<style>
span { border-color: #C55617; }
span { border-color: rgb(197,86,23); }
td.TdClassName
{
border-color: #C55617;
}
.TagClassName
{
border-color: #C55617;
}
</style>