Shades of Chocolate #C56A1B
Tints of Chocolate #C56A1B
RGB
CMYK
RGB Variations
Color information
#C56A1B (or 0xC56A1B) is known color: Chocolate. HEX triplet: C5, 6A and 1B. RGB value is (197,106,27). Sum of RGB (Red+Green+Blue) = 197+106+27=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56A1B is #3A95E4. Grayscale: #7C7C7C. Windows color (decimal): -3839461 or 1796805. OLE color: 1796805.
HSL color Cylindrical-coordinate representation of color #C56A1B: hue angle of 27.88º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C56A1B is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 27 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.23 |
| HSL | 27.88º | 0.76% | 0.44% | - |
| HSV(B) | 27.88º | 0.86% | 0.77% | - |
| XYZ | 28.38 | 22.26 | 3.84 | - |
| YUV | 124.2 | 73.15 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 27 | 0 | 0.46 | 0.86 | 0.23 | 27.88 | 0.76 | 0.44 |
| Hex | C5 | 6A | 1B | 0 | 2E | 56 | 17 | 1C | 4C | 2C |
| Octal | 305 | 152 | 33 | 0 | 56 | 126 | 27 | 34 | 114 | 54 |
| Binary | 11000101 | 1101010 | 11011 | 0 | 101110 | 1010110 | 10111 | 11100 | 1001100 | 101100 |
Color Harmonies of #C56A1B
Complementary color
Monochromatic Colors of #C56A1B
Black with #C56A1B
Text Example
Text Example
White with #C56A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56A1B; }
p { color: rgb(197,106,27); }
H1.HeaderClassName
{
color: #C56A1B;
}
.AnyTagClassName
{
color: #C56A1B;
}
</style>
background-color css
<style>
a { background-color: #C56A1B; }
a { background-color: rgb(197,106,27); }
div.DivClassName
{
background-color: #C56A1B;
}
.BgClassName
{
background-color: #C56A1B;
}
</style>
border-color css
<style>
span { border-color: #C56A1B; }
span { border-color: rgb(197,106,27); }
td.TdClassName
{
border-color: #C56A1B;
}
.TagClassName
{
border-color: #C56A1B;
}
</style>