Shades of Chocolate #C56519
Tints of Chocolate #C56519
RGB
CMYK
RGB Variations
Color information
#C56519 (or 0xC56519) is known color: Chocolate. HEX triplet: C5, 65 and 19. RGB value is (197,101,25). Sum of RGB (Red+Green+Blue) = 197+101+25=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C56519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56519 is #3A9AE6. Grayscale: #797979. Windows color (decimal): -3840743 or 1664453. OLE color: 1664453.
HSL color Cylindrical-coordinate representation of color #C56519: hue angle of 26.51º 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 #C56519 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 25 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.23 |
| HSL | 26.51º | 0.77% | 0.44% | - |
| HSV(B) | 26.51º | 0.87% | 0.77% | - |
| XYZ | 27.86 | 21.25 | 3.55 | - |
| YUV | 121.04 | 73.8 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 25 | 0 | 0.49 | 0.87 | 0.23 | 26.51 | 0.77 | 0.44 |
| Hex | C5 | 65 | 19 | 0 | 31 | 57 | 17 | 1B | 4D | 2C |
| Octal | 305 | 145 | 31 | 0 | 61 | 127 | 27 | 33 | 115 | 54 |
| Binary | 11000101 | 1100101 | 11001 | 0 | 110001 | 1010111 | 10111 | 11011 | 1001101 | 101100 |
Color Harmonies of #C56519
Complementary color
Monochromatic Colors of #C56519
Black with #C56519
Text Example
Text Example
White with #C56519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56519; }
p { color: rgb(197,101,25); }
H1.HeaderClassName
{
color: #C56519;
}
.AnyTagClassName
{
color: #C56519;
}
</style>
background-color css
<style>
a { background-color: #C56519; }
a { background-color: rgb(197,101,25); }
div.DivClassName
{
background-color: #C56519;
}
.BgClassName
{
background-color: #C56519;
}
</style>
border-color css
<style>
span { border-color: #C56519; }
span { border-color: rgb(197,101,25); }
td.TdClassName
{
border-color: #C56519;
}
.TagClassName
{
border-color: #C56519;
}
</style>