Shades of Chocolate #C56A1F
Tints of Chocolate #C56A1F
RGB
CMYK
RGB Variations
Color information
#C56A1F (or 0xC56A1F) is known color: Chocolate. HEX triplet: C5, 6A and 1F. RGB value is (197,106,31). Sum of RGB (Red+Green+Blue) = 197+106+31=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56A1F is #3A95E0. Grayscale: #7D7D7D. Windows color (decimal): -3839457 or 2058949. OLE color: 2058949.
HSL color Cylindrical-coordinate representation of color #C56A1F: hue angle of 27.11º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C56A1F is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 31 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.23 |
| HSL | 27.11º | 0.73% | 0.45% | - |
| HSV(B) | 27.11º | 0.84% | 0.77% | - |
| XYZ | 28.43 | 22.28 | 4.1 | - |
| YUV | 124.66 | 75.15 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 31 | 0 | 0.46 | 0.84 | 0.23 | 27.11 | 0.73 | 0.45 |
| Hex | C5 | 6A | 1F | 0 | 2E | 54 | 17 | 1B | 49 | 2D |
| Octal | 305 | 152 | 37 | 0 | 56 | 124 | 27 | 33 | 111 | 55 |
| Binary | 11000101 | 1101010 | 11111 | 0 | 101110 | 1010100 | 10111 | 11011 | 1001001 | 101101 |
Color Harmonies of #C56A1F
Complementary color
Monochromatic Colors of #C56A1F
Black with #C56A1F
Text Example
Text Example
White with #C56A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56A1F; }
p { color: rgb(197,106,31); }
H1.HeaderClassName
{
color: #C56A1F;
}
.AnyTagClassName
{
color: #C56A1F;
}
</style>
background-color css
<style>
a { background-color: #C56A1F; }
a { background-color: rgb(197,106,31); }
div.DivClassName
{
background-color: #C56A1F;
}
.BgClassName
{
background-color: #C56A1F;
}
</style>
border-color css
<style>
span { border-color: #C56A1F; }
span { border-color: rgb(197,106,31); }
td.TdClassName
{
border-color: #C56A1F;
}
.TagClassName
{
border-color: #C56A1F;
}
</style>