Shades of Chocolate #C56117
Tints of Chocolate #C56117
RGB
CMYK
RGB Variations
Color information
#C56117 (or 0xC56117) is known color: Chocolate. HEX triplet: C5, 61 and 17. RGB value is (197,97,23). Sum of RGB (Red+Green+Blue) = 197+97+23=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C56117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56117 is #3A9EE8. Grayscale: #767676. Windows color (decimal): -3841769 or 1532357. OLE color: 1532357.
HSL color Cylindrical-coordinate representation of color #C56117: hue angle of 25.52º 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 #C56117 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 23 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.23 |
| HSL | 25.52º | 0.79% | 0.43% | - |
| HSV(B) | 25.52º | 0.88% | 0.77% | - |
| XYZ | 27.46 | 20.48 | 3.32 | - |
| YUV | 118.46 | 74.13 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 23 | 0 | 0.51 | 0.88 | 0.23 | 25.52 | 0.79 | 0.43 |
| Hex | C5 | 61 | 17 | 0 | 33 | 58 | 17 | 1A | 4F | 2B |
| Octal | 305 | 141 | 27 | 0 | 63 | 130 | 27 | 32 | 117 | 53 |
| Binary | 11000101 | 1100001 | 10111 | 0 | 110011 | 1011000 | 10111 | 11010 | 1001111 | 101011 |
Color Harmonies of #C56117
Complementary color
Monochromatic Colors of #C56117
Black with #C56117
Text Example
Text Example
White with #C56117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56117; }
p { color: rgb(197,97,23); }
H1.HeaderClassName
{
color: #C56117;
}
.AnyTagClassName
{
color: #C56117;
}
</style>
background-color css
<style>
a { background-color: #C56117; }
a { background-color: rgb(197,97,23); }
div.DivClassName
{
background-color: #C56117;
}
.BgClassName
{
background-color: #C56117;
}
</style>
border-color css
<style>
span { border-color: #C56117; }
span { border-color: rgb(197,97,23); }
td.TdClassName
{
border-color: #C56117;
}
.TagClassName
{
border-color: #C56117;
}
</style>