Shades of Old Copper #79553B
Tints of Old Copper #79553B
RGB
CMYK
RGB Variations
Color information
#79553B (or 0x79553B) is known color: Old Copper. HEX triplet: 79, 55 and 3B. RGB value is (121,85,59). Sum of RGB (Red+Green+Blue) = 121+85+59=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #79553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79553B is #86AAC4. Grayscale: #5C5C5C. Windows color (decimal): -8825541 or 3888505. OLE color: 3888505.
HSL color Cylindrical-coordinate representation of color #79553B: hue angle of 25.16º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79553B is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 85 | 59 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.53 |
| HSL | 25.16º | 0.34% | 0.35% | - |
| HSV(B) | 25.16º | 0.51% | 0.47% | - |
| XYZ | 11.92 | 10.88 | 5.61 | - |
| YUV | 92.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 85 | 59 | 0 | 0.30 | 0.51 | 0.53 | 25.16 | 0.34 | 0.35 |
| Hex | 79 | 55 | 3B | 0 | 1E | 33 | 35 | 19 | 22 | 23 |
| Octal | 171 | 125 | 73 | 0 | 36 | 63 | 65 | 31 | 42 | 43 |
| Binary | 1111001 | 1010101 | 111011 | 0 | 11110 | 110011 | 110101 | 11001 | 100010 | 100011 |
Color Harmonies of #79553B
Complementary color
Monochromatic Colors of #79553B
Black with #79553B
Text Example
Text Example
White with #79553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79553B; }
p { color: rgb(121,85,59); }
H1.HeaderClassName
{
color: #79553B;
}
.AnyTagClassName
{
color: #79553B;
}
</style>
background-color css
<style>
a { background-color: #79553B; }
a { background-color: rgb(121,85,59); }
div.DivClassName
{
background-color: #79553B;
}
.BgClassName
{
background-color: #79553B;
}
</style>
border-color css
<style>
span { border-color: #79553B; }
span { border-color: rgb(121,85,59); }
td.TdClassName
{
border-color: #79553B;
}
.TagClassName
{
border-color: #79553B;
}
</style>