Shades of Old Copper #79533C
Tints of Old Copper #79533C
RGB
CMYK
RGB Variations
Color information
#79533C (or 0x79533C) is known color: Old Copper. HEX triplet: 79, 53 and 3C. RGB value is (121,83,60). Sum of RGB (Red+Green+Blue) = 121+83+60=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #79533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79533C is #86ACC3. Grayscale: #5B5B5B. Windows color (decimal): -8826052 or 3953529. OLE color: 3953529.
HSL color Cylindrical-coordinate representation of color #79533C: hue angle of 22.62º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79533C is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 83 | 60 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.53 |
| HSL | 22.62º | 0.34% | 0.35% | - |
| HSV(B) | 22.62º | 0.5% | 0.47% | - |
| XYZ | 11.79 | 10.58 | 5.7 | - |
| YUV | 91.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 83 | 60 | 0 | 0.31 | 0.50 | 0.53 | 22.62 | 0.34 | 0.35 |
| Hex | 79 | 53 | 3C | 0 | 1F | 32 | 35 | 17 | 22 | 23 |
| Octal | 171 | 123 | 74 | 0 | 37 | 62 | 65 | 27 | 42 | 43 |
| Binary | 1111001 | 1010011 | 111100 | 0 | 11111 | 110010 | 110101 | 10111 | 100010 | 100011 |
Color Harmonies of #79533C
Complementary color
Monochromatic Colors of #79533C
Black with #79533C
Text Example
Text Example
White with #79533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79533C; }
p { color: rgb(121,83,60); }
H1.HeaderClassName
{
color: #79533C;
}
.AnyTagClassName
{
color: #79533C;
}
</style>
background-color css
<style>
a { background-color: #79533C; }
a { background-color: rgb(121,83,60); }
div.DivClassName
{
background-color: #79533C;
}
.BgClassName
{
background-color: #79533C;
}
</style>
border-color css
<style>
span { border-color: #79533C; }
span { border-color: rgb(121,83,60); }
td.TdClassName
{
border-color: #79533C;
}
.TagClassName
{
border-color: #79533C;
}
</style>