Shades of Chocolate #C56915
Tints of Chocolate #C56915
RGB
CMYK
RGB Variations
Color information
#C56915 (or 0xC56915) is known color: Chocolate. HEX triplet: C5, 69 and 15. RGB value is (197,105,21). Sum of RGB (Red+Green+Blue) = 197+105+21=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C56915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56915 is #3A96EA. Grayscale: #7B7B7B. Windows color (decimal): -3839723 or 1403333. OLE color: 1403333.
HSL color Cylindrical-coordinate representation of color #C56915: hue angle of 28.64º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C56915 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 21 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.23 |
| HSL | 28.64º | 0.81% | 0.43% | - |
| HSV(B) | 28.64º | 0.89% | 0.77% | - |
| XYZ | 28.21 | 22.03 | 3.47 | - |
| YUV | 122.93 | 70.48 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 21 | 0 | 0.47 | 0.89 | 0.23 | 28.64 | 0.81 | 0.43 |
| Hex | C5 | 69 | 15 | 0 | 2F | 59 | 17 | 1D | 51 | 2B |
| Octal | 305 | 151 | 25 | 0 | 57 | 131 | 27 | 35 | 121 | 53 |
| Binary | 11000101 | 1101001 | 10101 | 0 | 101111 | 1011001 | 10111 | 11101 | 1010001 | 101011 |
Color Harmonies of #C56915
Complementary color
Monochromatic Colors of #C56915
Black with #C56915
Text Example
Text Example
White with #C56915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56915; }
p { color: rgb(197,105,21); }
H1.HeaderClassName
{
color: #C56915;
}
.AnyTagClassName
{
color: #C56915;
}
</style>
background-color css
<style>
a { background-color: #C56915; }
a { background-color: rgb(197,105,21); }
div.DivClassName
{
background-color: #C56915;
}
.BgClassName
{
background-color: #C56915;
}
</style>
border-color css
<style>
span { border-color: #C56915; }
span { border-color: rgb(197,105,21); }
td.TdClassName
{
border-color: #C56915;
}
.TagClassName
{
border-color: #C56915;
}
</style>