Shades of Chocolate #C56B13
Tints of Chocolate #C56B13
RGB
CMYK
RGB Variations
Color information
#C56B13 (or 0xC56B13) is known color: Chocolate. HEX triplet: C5, 6B and 13. RGB value is (197,107,19). Sum of RGB (Red+Green+Blue) = 197+107+19=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56B13 is #3A94EC. Grayscale: #7C7C7C. Windows color (decimal): -3839213 or 1272773. OLE color: 1272773.
HSL color Cylindrical-coordinate representation of color #C56B13: hue angle of 29.66º 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 #C56B13 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 19 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.23 |
| HSL | 29.66º | 0.82% | 0.42% | - |
| HSV(B) | 29.66º | 0.9% | 0.77% | - |
| XYZ | 28.4 | 22.43 | 3.45 | - |
| YUV | 123.88 | 68.82 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 19 | 0 | 0.46 | 0.90 | 0.23 | 29.66 | 0.82 | 0.42 |
| Hex | C5 | 6B | 13 | 0 | 2E | 5A | 17 | 1E | 52 | 2A |
| Octal | 305 | 153 | 23 | 0 | 56 | 132 | 27 | 36 | 122 | 52 |
| Binary | 11000101 | 1101011 | 10011 | 0 | 101110 | 1011010 | 10111 | 11110 | 1010010 | 101010 |
Color Harmonies of #C56B13
Complementary color
Monochromatic Colors of #C56B13
Black with #C56B13
Text Example
Text Example
White with #C56B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56B13; }
p { color: rgb(197,107,19); }
H1.HeaderClassName
{
color: #C56B13;
}
.AnyTagClassName
{
color: #C56B13;
}
</style>
background-color css
<style>
a { background-color: #C56B13; }
a { background-color: rgb(197,107,19); }
div.DivClassName
{
background-color: #C56B13;
}
.BgClassName
{
background-color: #C56B13;
}
</style>
border-color css
<style>
span { border-color: #C56B13; }
span { border-color: rgb(197,107,19); }
td.TdClassName
{
border-color: #C56B13;
}
.TagClassName
{
border-color: #C56B13;
}
</style>