Shades of Chocolate #C56D0F
Tints of Chocolate #C56D0F
RGB
CMYK
RGB Variations
Color information
#C56D0F (or 0xC56D0F) is known color: Chocolate. HEX triplet: C5, 6D and 0F. RGB value is (197,109,15). Sum of RGB (Red+Green+Blue) = 197+109+15=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56D0F is #3A92F0. Grayscale: #7D7D7D. Windows color (decimal): -3838705 or 1011141. OLE color: 1011141.
HSL color Cylindrical-coordinate representation of color #C56D0F: hue angle of 30.99º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C56D0F is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 15 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.23 |
| HSL | 30.99º | 0.86% | 0.42% | - |
| HSV(B) | 30.99º | 0.92% | 0.77% | - |
| XYZ | 28.58 | 22.84 | 3.35 | - |
| YUV | 124.6 | 66.15 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 15 | 0 | 0.45 | 0.92 | 0.23 | 30.99 | 0.86 | 0.42 |
| Hex | C5 | 6D | F | 0 | 2D | 5C | 17 | 1F | 56 | 2A |
| Octal | 305 | 155 | 17 | 0 | 55 | 134 | 27 | 37 | 126 | 52 |
| Binary | 11000101 | 1101101 | 1111 | 0 | 101101 | 1011100 | 10111 | 11111 | 1010110 | 101010 |
Color Harmonies of #C56D0F
Complementary color
Monochromatic Colors of #C56D0F
Black with #C56D0F
Text Example
Text Example
White with #C56D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D0F; }
p { color: rgb(197,109,15); }
H1.HeaderClassName
{
color: #C56D0F;
}
.AnyTagClassName
{
color: #C56D0F;
}
</style>
background-color css
<style>
a { background-color: #C56D0F; }
a { background-color: rgb(197,109,15); }
div.DivClassName
{
background-color: #C56D0F;
}
.BgClassName
{
background-color: #C56D0F;
}
</style>
border-color css
<style>
span { border-color: #C56D0F; }
span { border-color: rgb(197,109,15); }
td.TdClassName
{
border-color: #C56D0F;
}
.TagClassName
{
border-color: #C56D0F;
}
</style>