Shades of Chocolate #C56714
Tints of Chocolate #C56714
RGB
CMYK
RGB Variations
Color information
#C56714 (or 0xC56714) is known color: Chocolate. HEX triplet: C5, 67 and 14. RGB value is (197,103,20). Sum of RGB (Red+Green+Blue) = 197+103+20=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C56714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56714 is #3A98EB. Grayscale: #7A7A7A. Windows color (decimal): -3840236 or 1337285. OLE color: 1337285.
HSL color Cylindrical-coordinate representation of color #C56714: hue angle of 28.14º 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 #C56714 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 20 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.23 |
| HSL | 28.14º | 0.82% | 0.43% | - |
| HSV(B) | 28.14º | 0.9% | 0.77% | - |
| XYZ | 28 | 21.62 | 3.36 | - |
| YUV | 121.64 | 70.64 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 20 | 0 | 0.48 | 0.90 | 0.23 | 28.14 | 0.82 | 0.43 |
| Hex | C5 | 67 | 14 | 0 | 30 | 5A | 17 | 1C | 52 | 2B |
| Octal | 305 | 147 | 24 | 0 | 60 | 132 | 27 | 34 | 122 | 53 |
| Binary | 11000101 | 1100111 | 10100 | 0 | 110000 | 1011010 | 10111 | 11100 | 1010010 | 101011 |
Color Harmonies of #C56714
Complementary color
Monochromatic Colors of #C56714
Black with #C56714
Text Example
Text Example
White with #C56714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56714; }
p { color: rgb(197,103,20); }
H1.HeaderClassName
{
color: #C56714;
}
.AnyTagClassName
{
color: #C56714;
}
</style>
background-color css
<style>
a { background-color: #C56714; }
a { background-color: rgb(197,103,20); }
div.DivClassName
{
background-color: #C56714;
}
.BgClassName
{
background-color: #C56714;
}
</style>
border-color css
<style>
span { border-color: #C56714; }
span { border-color: rgb(197,103,20); }
td.TdClassName
{
border-color: #C56714;
}
.TagClassName
{
border-color: #C56714;
}
</style>