Shades of Chocolate #C56822
Tints of Chocolate #C56822
RGB
CMYK
RGB Variations
Color information
#C56822 (or 0xC56822) is known color: Chocolate. HEX triplet: C5, 68 and 22. RGB value is (197,104,34). Sum of RGB (Red+Green+Blue) = 197+104+34=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C56822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56822 is #3A97DD. Grayscale: #7C7C7C. Windows color (decimal): -3839966 or 2255045. OLE color: 2255045.
HSL color Cylindrical-coordinate representation of color #C56822: hue angle of 25.77º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C56822 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 34 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.23 |
| HSL | 25.77º | 0.71% | 0.45% | - |
| HSV(B) | 25.77º | 0.83% | 0.77% | - |
| XYZ | 28.27 | 21.89 | 4.25 | - |
| YUV | 123.83 | 77.31 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 34 | 0 | 0.47 | 0.83 | 0.23 | 25.77 | 0.71 | 0.45 |
| Hex | C5 | 68 | 22 | 0 | 2F | 53 | 17 | 1A | 47 | 2D |
| Octal | 305 | 150 | 42 | 0 | 57 | 123 | 27 | 32 | 107 | 55 |
| Binary | 11000101 | 1101000 | 100010 | 0 | 101111 | 1010011 | 10111 | 11010 | 1000111 | 101101 |
Color Harmonies of #C56822
Complementary color
Monochromatic Colors of #C56822
Black with #C56822
Text Example
Text Example
White with #C56822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56822; }
p { color: rgb(197,104,34); }
H1.HeaderClassName
{
color: #C56822;
}
.AnyTagClassName
{
color: #C56822;
}
</style>
background-color css
<style>
a { background-color: #C56822; }
a { background-color: rgb(197,104,34); }
div.DivClassName
{
background-color: #C56822;
}
.BgClassName
{
background-color: #C56822;
}
</style>
border-color css
<style>
span { border-color: #C56822; }
span { border-color: rgb(197,104,34); }
td.TdClassName
{
border-color: #C56822;
}
.TagClassName
{
border-color: #C56822;
}
</style>