Shades of Chocolate #C56813
Tints of Chocolate #C56813
RGB
CMYK
RGB Variations
Color information
#C56813 (or 0xC56813) is known color: Chocolate. HEX triplet: C5, 68 and 13. RGB value is (197,104,19). Sum of RGB (Red+Green+Blue) = 197+104+19=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C56813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56813 is #3A97EC. Grayscale: #7A7A7A. Windows color (decimal): -3839981 or 1272005. OLE color: 1272005.
HSL color Cylindrical-coordinate representation of color #C56813: hue angle of 28.65º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C56813 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 19 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.23 |
| HSL | 28.65º | 0.82% | 0.42% | - |
| HSV(B) | 28.65º | 0.9% | 0.77% | - |
| XYZ | 28.09 | 21.82 | 3.35 | - |
| YUV | 122.12 | 69.81 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 19 | 0 | 0.47 | 0.90 | 0.23 | 28.65 | 0.82 | 0.42 |
| Hex | C5 | 68 | 13 | 0 | 2F | 5A | 17 | 1D | 52 | 2A |
| Octal | 305 | 150 | 23 | 0 | 57 | 132 | 27 | 35 | 122 | 52 |
| Binary | 11000101 | 1101000 | 10011 | 0 | 101111 | 1011010 | 10111 | 11101 | 1010010 | 101010 |
Color Harmonies of #C56813
Complementary color
Monochromatic Colors of #C56813
Black with #C56813
Text Example
Text Example
White with #C56813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56813; }
p { color: rgb(197,104,19); }
H1.HeaderClassName
{
color: #C56813;
}
.AnyTagClassName
{
color: #C56813;
}
</style>
background-color css
<style>
a { background-color: #C56813; }
a { background-color: rgb(197,104,19); }
div.DivClassName
{
background-color: #C56813;
}
.BgClassName
{
background-color: #C56813;
}
</style>
border-color css
<style>
span { border-color: #C56813; }
span { border-color: rgb(197,104,19); }
td.TdClassName
{
border-color: #C56813;
}
.TagClassName
{
border-color: #C56813;
}
</style>