Shades of Chocolate #C56617
Tints of Chocolate #C56617
RGB
CMYK
RGB Variations
Color information
#C56617 (or 0xC56617) is known color: Chocolate. HEX triplet: C5, 66 and 17. RGB value is (197,102,23). Sum of RGB (Red+Green+Blue) = 197+102+23=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C56617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56617 is #3A99E8. Grayscale: #797979. Windows color (decimal): -3840489 or 1533637. OLE color: 1533637.
HSL color Cylindrical-coordinate representation of color #C56617: hue angle of 27.24º 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 #C56617 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 23 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.23 |
| HSL | 27.24º | 0.79% | 0.43% | - |
| HSV(B) | 27.24º | 0.88% | 0.77% | - |
| XYZ | 27.93 | 21.43 | 3.48 | - |
| YUV | 121.4 | 72.47 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 23 | 0 | 0.48 | 0.88 | 0.23 | 27.24 | 0.79 | 0.43 |
| Hex | C5 | 66 | 17 | 0 | 30 | 58 | 17 | 1B | 4F | 2B |
| Octal | 305 | 146 | 27 | 0 | 60 | 130 | 27 | 33 | 117 | 53 |
| Binary | 11000101 | 1100110 | 10111 | 0 | 110000 | 1011000 | 10111 | 11011 | 1001111 | 101011 |
Color Harmonies of #C56617
Complementary color
Monochromatic Colors of #C56617
Black with #C56617
Text Example
Text Example
White with #C56617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56617; }
p { color: rgb(197,102,23); }
H1.HeaderClassName
{
color: #C56617;
}
.AnyTagClassName
{
color: #C56617;
}
</style>
background-color css
<style>
a { background-color: #C56617; }
a { background-color: rgb(197,102,23); }
div.DivClassName
{
background-color: #C56617;
}
.BgClassName
{
background-color: #C56617;
}
</style>
border-color css
<style>
span { border-color: #C56617; }
span { border-color: rgb(197,102,23); }
td.TdClassName
{
border-color: #C56617;
}
.TagClassName
{
border-color: #C56617;
}
</style>