Shades of Chocolate #C56311
Tints of Chocolate #C56311
RGB
CMYK
RGB Variations
Color information
#C56311 (or 0xC56311) is known color: Chocolate. HEX triplet: C5, 63 and 11. RGB value is (197,99,17). Sum of RGB (Red+Green+Blue) = 197+99+17=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C56311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56311 is #3A9CEE. Grayscale: #777777. Windows color (decimal): -3841263 or 1139653. OLE color: 1139653.
HSL color Cylindrical-coordinate representation of color #C56311: hue angle of 27.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C56311 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 17 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.23 |
| HSL | 27.33º | 0.84% | 0.42% | - |
| HSV(B) | 27.33º | 0.91% | 0.77% | - |
| XYZ | 27.59 | 20.83 | 3.1 | - |
| YUV | 118.95 | 70.47 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 17 | 0 | 0.50 | 0.91 | 0.23 | 27.33 | 0.84 | 0.42 |
| Hex | C5 | 63 | 11 | 0 | 32 | 5B | 17 | 1B | 54 | 2A |
| Octal | 305 | 143 | 21 | 0 | 62 | 133 | 27 | 33 | 124 | 52 |
| Binary | 11000101 | 1100011 | 10001 | 0 | 110010 | 1011011 | 10111 | 11011 | 1010100 | 101010 |
Color Harmonies of #C56311
Complementary color
Monochromatic Colors of #C56311
Black with #C56311
Text Example
Text Example
White with #C56311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56311; }
p { color: rgb(197,99,17); }
H1.HeaderClassName
{
color: #C56311;
}
.AnyTagClassName
{
color: #C56311;
}
</style>
background-color css
<style>
a { background-color: #C56311; }
a { background-color: rgb(197,99,17); }
div.DivClassName
{
background-color: #C56311;
}
.BgClassName
{
background-color: #C56311;
}
</style>
border-color css
<style>
span { border-color: #C56311; }
span { border-color: rgb(197,99,17); }
td.TdClassName
{
border-color: #C56311;
}
.TagClassName
{
border-color: #C56311;
}
</style>