Shades of Old Copper #79523F
Tints of Old Copper #79523F
RGB
CMYK
RGB Variations
Color information
#79523F (or 0x79523F) is known color: Old Copper. HEX triplet: 79, 52 and 3F. RGB value is (121,82,63). Sum of RGB (Red+Green+Blue) = 121+82+63=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #79523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79523F is #86ADC0. Grayscale: #5B5B5B. Windows color (decimal): -8826305 or 4149881. OLE color: 4149881.
HSL color Cylindrical-coordinate representation of color #79523F: hue angle of 19.66º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79523F is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 63 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.53 |
| HSL | 19.66º | 0.32% | 0.36% | - |
| HSV(B) | 19.66º | 0.48% | 0.47% | - |
| XYZ | 11.8 | 10.46 | 6.1 | - |
| YUV | 91.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 63 | 0 | 0.32 | 0.48 | 0.53 | 19.66 | 0.32 | 0.36 |
| Hex | 79 | 52 | 3F | 0 | 20 | 30 | 35 | 14 | 20 | 24 |
| Octal | 171 | 122 | 77 | 0 | 40 | 60 | 65 | 24 | 40 | 44 |
| Binary | 1111001 | 1010010 | 111111 | 0 | 100000 | 110000 | 110101 | 10100 | 100000 | 100100 |
Color Harmonies of #79523F
Complementary color
Monochromatic Colors of #79523F
Black with #79523F
Text Example
Text Example
White with #79523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79523F; }
p { color: rgb(121,82,63); }
H1.HeaderClassName
{
color: #79523F;
}
.AnyTagClassName
{
color: #79523F;
}
</style>
background-color css
<style>
a { background-color: #79523F; }
a { background-color: rgb(121,82,63); }
div.DivClassName
{
background-color: #79523F;
}
.BgClassName
{
background-color: #79523F;
}
</style>
border-color css
<style>
span { border-color: #79523F; }
span { border-color: rgb(121,82,63); }
td.TdClassName
{
border-color: #79523F;
}
.TagClassName
{
border-color: #79523F;
}
</style>