Shades of Chocolate #C56913
Tints of Chocolate #C56913
RGB
CMYK
RGB Variations
Color information
#C56913 (or 0xC56913) is known color: Chocolate. HEX triplet: C5, 69 and 13. RGB value is (197,105,19). Sum of RGB (Red+Green+Blue) = 197+105+19=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C56913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56913 is #3A96EC. Grayscale: #7B7B7B. Windows color (decimal): -3839725 or 1272261. OLE color: 1272261.
HSL color Cylindrical-coordinate representation of color #C56913: hue angle of 28.99º 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 #C56913 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 19 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.23 |
| HSL | 28.99º | 0.82% | 0.42% | - |
| HSV(B) | 28.99º | 0.9% | 0.77% | - |
| XYZ | 28.2 | 22.02 | 3.38 | - |
| YUV | 122.7 | 69.48 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 19 | 0 | 0.47 | 0.90 | 0.23 | 28.99 | 0.82 | 0.42 |
| Hex | C5 | 69 | 13 | 0 | 2F | 5A | 17 | 1D | 52 | 2A |
| Octal | 305 | 151 | 23 | 0 | 57 | 132 | 27 | 35 | 122 | 52 |
| Binary | 11000101 | 1101001 | 10011 | 0 | 101111 | 1011010 | 10111 | 11101 | 1010010 | 101010 |
Color Harmonies of #C56913
Complementary color
Monochromatic Colors of #C56913
Black with #C56913
Text Example
Text Example
White with #C56913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56913; }
p { color: rgb(197,105,19); }
H1.HeaderClassName
{
color: #C56913;
}
.AnyTagClassName
{
color: #C56913;
}
</style>
background-color css
<style>
a { background-color: #C56913; }
a { background-color: rgb(197,105,19); }
div.DivClassName
{
background-color: #C56913;
}
.BgClassName
{
background-color: #C56913;
}
</style>
border-color css
<style>
span { border-color: #C56913; }
span { border-color: rgb(197,105,19); }
td.TdClassName
{
border-color: #C56913;
}
.TagClassName
{
border-color: #C56913;
}
</style>