Shades of Chocolate #C56914
Tints of Chocolate #C56914
RGB
CMYK
RGB Variations
Color information
#C56914 (or 0xC56914) is known color: Chocolate. HEX triplet: C5, 69 and 14. RGB value is (197,105,20). Sum of RGB (Red+Green+Blue) = 197+105+20=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C56914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56914 is #3A96EB. Grayscale: #7B7B7B. Windows color (decimal): -3839724 or 1337797. OLE color: 1337797.
HSL color Cylindrical-coordinate representation of color #C56914: hue angle of 28.81º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C56914 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 20 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.23 |
| HSL | 28.81º | 0.82% | 0.43% | - |
| HSV(B) | 28.81º | 0.9% | 0.77% | - |
| XYZ | 28.2 | 22.02 | 3.43 | - |
| YUV | 122.82 | 69.98 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 20 | 0 | 0.47 | 0.90 | 0.23 | 28.81 | 0.82 | 0.43 |
| Hex | C5 | 69 | 14 | 0 | 2F | 5A | 17 | 1D | 52 | 2B |
| Octal | 305 | 151 | 24 | 0 | 57 | 132 | 27 | 35 | 122 | 53 |
| Binary | 11000101 | 1101001 | 10100 | 0 | 101111 | 1011010 | 10111 | 11101 | 1010010 | 101011 |
Color Harmonies of #C56914
Complementary color
Monochromatic Colors of #C56914
Black with #C56914
Text Example
Text Example
White with #C56914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56914; }
p { color: rgb(197,105,20); }
H1.HeaderClassName
{
color: #C56914;
}
.AnyTagClassName
{
color: #C56914;
}
</style>
background-color css
<style>
a { background-color: #C56914; }
a { background-color: rgb(197,105,20); }
div.DivClassName
{
background-color: #C56914;
}
.BgClassName
{
background-color: #C56914;
}
</style>
border-color css
<style>
span { border-color: #C56914; }
span { border-color: rgb(197,105,20); }
td.TdClassName
{
border-color: #C56914;
}
.TagClassName
{
border-color: #C56914;
}
</style>