Shades of Chocolate #C56019
Tints of Chocolate #C56019
RGB
CMYK
RGB Variations
Color information
#C56019 (or 0xC56019) is known color: Chocolate. HEX triplet: C5, 60 and 19. RGB value is (197,96,25). Sum of RGB (Red+Green+Blue) = 197+96+25=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C56019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56019 is #3A9FE6. Grayscale: #767676. Windows color (decimal): -3842023 or 1663173. OLE color: 1663173.
HSL color Cylindrical-coordinate representation of color #C56019: hue angle of 24.77º 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 #C56019 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 25 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.23 |
| HSL | 24.77º | 0.77% | 0.44% | - |
| HSV(B) | 24.77º | 0.87% | 0.77% | - |
| XYZ | 27.38 | 20.31 | 3.4 | - |
| YUV | 118.11 | 75.46 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 25 | 0 | 0.51 | 0.87 | 0.23 | 24.77 | 0.77 | 0.44 |
| Hex | C5 | 60 | 19 | 0 | 33 | 57 | 17 | 19 | 4D | 2C |
| Octal | 305 | 140 | 31 | 0 | 63 | 127 | 27 | 31 | 115 | 54 |
| Binary | 11000101 | 1100000 | 11001 | 0 | 110011 | 1010111 | 10111 | 11001 | 1001101 | 101100 |
Color Harmonies of #C56019
Complementary color
Monochromatic Colors of #C56019
Black with #C56019
Text Example
Text Example
White with #C56019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56019; }
p { color: rgb(197,96,25); }
H1.HeaderClassName
{
color: #C56019;
}
.AnyTagClassName
{
color: #C56019;
}
</style>
background-color css
<style>
a { background-color: #C56019; }
a { background-color: rgb(197,96,25); }
div.DivClassName
{
background-color: #C56019;
}
.BgClassName
{
background-color: #C56019;
}
</style>
border-color css
<style>
span { border-color: #C56019; }
span { border-color: rgb(197,96,25); }
td.TdClassName
{
border-color: #C56019;
}
.TagClassName
{
border-color: #C56019;
}
</style>