Shades of Chocolate #C56D0B
Tints of Chocolate #C56D0B
RGB
CMYK
RGB Variations
Color information
#C56D0B (or 0xC56D0B) is known color: Chocolate. HEX triplet: C5, 6D and 0B. RGB value is (197,109,11). Sum of RGB (Red+Green+Blue) = 197+109+11=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56D0B is #3A92F4. Grayscale: #7C7C7C. Windows color (decimal): -3838709 or 748997. OLE color: 748997.
HSL color Cylindrical-coordinate representation of color #C56D0B: hue angle of 31.61º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C56D0B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 11 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.23 |
| HSL | 31.61º | 0.89% | 0.41% | - |
| HSV(B) | 31.61º | 0.94% | 0.77% | - |
| XYZ | 28.56 | 22.83 | 3.22 | - |
| YUV | 124.14 | 64.15 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 11 | 0 | 0.45 | 0.94 | 0.23 | 31.61 | 0.89 | 0.41 |
| Hex | C5 | 6D | B | 0 | 2D | 5E | 17 | 20 | 59 | 29 |
| Octal | 305 | 155 | 13 | 0 | 55 | 136 | 27 | 40 | 131 | 51 |
| Binary | 11000101 | 1101101 | 1011 | 0 | 101101 | 1011110 | 10111 | 100000 | 1011001 | 101001 |
Color Harmonies of #C56D0B
Complementary color
Monochromatic Colors of #C56D0B
Black with #C56D0B
Text Example
Text Example
White with #C56D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D0B; }
p { color: rgb(197,109,11); }
H1.HeaderClassName
{
color: #C56D0B;
}
.AnyTagClassName
{
color: #C56D0B;
}
</style>
background-color css
<style>
a { background-color: #C56D0B; }
a { background-color: rgb(197,109,11); }
div.DivClassName
{
background-color: #C56D0B;
}
.BgClassName
{
background-color: #C56D0B;
}
</style>
border-color css
<style>
span { border-color: #C56D0B; }
span { border-color: rgb(197,109,11); }
td.TdClassName
{
border-color: #C56D0B;
}
.TagClassName
{
border-color: #C56D0B;
}
</style>