Shades of Old Copper #79563E
Tints of Old Copper #79563E
RGB
CMYK
RGB Variations
Color information
#79563E (or 0x79563E) is known color: Old Copper. HEX triplet: 79, 56 and 3E. RGB value is (121,86,62). Sum of RGB (Red+Green+Blue) = 121+86+62=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #79563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79563E is #86A9C1. Grayscale: #5D5D5D. Windows color (decimal): -8825282 or 4085369. OLE color: 4085369.
HSL color Cylindrical-coordinate representation of color #79563E: hue angle of 24.41º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79563E is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 86 | 62 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.53 |
| HSL | 24.41º | 0.32% | 0.36% | - |
| HSV(B) | 24.41º | 0.49% | 0.47% | - |
| XYZ | 12.08 | 11.07 | 6.06 | - |
| YUV | 93.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 86 | 62 | 0 | 0.29 | 0.49 | 0.53 | 24.41 | 0.32 | 0.36 |
| Hex | 79 | 56 | 3E | 0 | 1D | 31 | 35 | 18 | 20 | 24 |
| Octal | 171 | 126 | 76 | 0 | 35 | 61 | 65 | 30 | 40 | 44 |
| Binary | 1111001 | 1010110 | 111110 | 0 | 11101 | 110001 | 110101 | 11000 | 100000 | 100100 |
Color Harmonies of #79563E
Complementary color
Monochromatic Colors of #79563E
Black with #79563E
Text Example
Text Example
White with #79563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79563E; }
p { color: rgb(121,86,62); }
H1.HeaderClassName
{
color: #79563E;
}
.AnyTagClassName
{
color: #79563E;
}
</style>
background-color css
<style>
a { background-color: #79563E; }
a { background-color: rgb(121,86,62); }
div.DivClassName
{
background-color: #79563E;
}
.BgClassName
{
background-color: #79563E;
}
</style>
border-color css
<style>
span { border-color: #79563E; }
span { border-color: rgb(121,86,62); }
td.TdClassName
{
border-color: #79563E;
}
.TagClassName
{
border-color: #79563E;
}
</style>