Shades of Chocolate #C56D13
Tints of Chocolate #C56D13
RGB
CMYK
RGB Variations
Color information
#C56D13 (or 0xC56D13) is known color: Chocolate. HEX triplet: C5, 6D and 13. RGB value is (197,109,19). Sum of RGB (Red+Green+Blue) = 197+109+19=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56D13 is #3A92EC. Grayscale: #7D7D7D. Windows color (decimal): -3838701 or 1273285. OLE color: 1273285.
HSL color Cylindrical-coordinate representation of color #C56D13: hue angle of 30.34º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C56D13 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 19 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.23 |
| HSL | 30.34º | 0.82% | 0.42% | - |
| HSV(B) | 30.34º | 0.9% | 0.77% | - |
| XYZ | 28.61 | 22.85 | 3.52 | - |
| YUV | 125.05 | 68.15 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 19 | 0 | 0.45 | 0.90 | 0.23 | 30.34 | 0.82 | 0.42 |
| Hex | C5 | 6D | 13 | 0 | 2D | 5A | 17 | 1E | 52 | 2A |
| Octal | 305 | 155 | 23 | 0 | 55 | 132 | 27 | 36 | 122 | 52 |
| Binary | 11000101 | 1101101 | 10011 | 0 | 101101 | 1011010 | 10111 | 11110 | 1010010 | 101010 |
Color Harmonies of #C56D13
Complementary color
Monochromatic Colors of #C56D13
Black with #C56D13
Text Example
Text Example
White with #C56D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D13; }
p { color: rgb(197,109,19); }
H1.HeaderClassName
{
color: #C56D13;
}
.AnyTagClassName
{
color: #C56D13;
}
</style>
background-color css
<style>
a { background-color: #C56D13; }
a { background-color: rgb(197,109,19); }
div.DivClassName
{
background-color: #C56D13;
}
.BgClassName
{
background-color: #C56D13;
}
</style>
border-color css
<style>
span { border-color: #C56D13; }
span { border-color: rgb(197,109,19); }
td.TdClassName
{
border-color: #C56D13;
}
.TagClassName
{
border-color: #C56D13;
}
</style>