Shades of Chocolate #C56918
Tints of Chocolate #C56918
RGB
CMYK
RGB Variations
Color information
#C56918 (or 0xC56918) is known color: Chocolate. HEX triplet: C5, 69 and 18. RGB value is (197,105,24). Sum of RGB (Red+Green+Blue) = 197+105+24=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C56918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56918 is #3A96E7. Grayscale: #7B7B7B. Windows color (decimal): -3839720 or 1599941. OLE color: 1599941.
HSL color Cylindrical-coordinate representation of color #C56918: hue angle of 28.09º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C56918 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 24 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.23 |
| HSL | 28.09º | 0.78% | 0.43% | - |
| HSV(B) | 28.09º | 0.88% | 0.77% | - |
| XYZ | 28.24 | 22.04 | 3.63 | - |
| YUV | 123.27 | 71.98 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 24 | 0 | 0.47 | 0.88 | 0.23 | 28.09 | 0.78 | 0.43 |
| Hex | C5 | 69 | 18 | 0 | 2F | 58 | 17 | 1C | 4E | 2B |
| Octal | 305 | 151 | 30 | 0 | 57 | 130 | 27 | 34 | 116 | 53 |
| Binary | 11000101 | 1101001 | 11000 | 0 | 101111 | 1011000 | 10111 | 11100 | 1001110 | 101011 |
Color Harmonies of #C56918
Complementary color
Monochromatic Colors of #C56918
Black with #C56918
Text Example
Text Example
White with #C56918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56918; }
p { color: rgb(197,105,24); }
H1.HeaderClassName
{
color: #C56918;
}
.AnyTagClassName
{
color: #C56918;
}
</style>
background-color css
<style>
a { background-color: #C56918; }
a { background-color: rgb(197,105,24); }
div.DivClassName
{
background-color: #C56918;
}
.BgClassName
{
background-color: #C56918;
}
</style>
border-color css
<style>
span { border-color: #C56918; }
span { border-color: rgb(197,105,24); }
td.TdClassName
{
border-color: #C56918;
}
.TagClassName
{
border-color: #C56918;
}
</style>