Shades of Old Copper #795439
Tints of Old Copper #795439
RGB
CMYK
RGB Variations
Color information
#795439 (or 0x795439) is known color: Old Copper. HEX triplet: 79, 54 and 39. RGB value is (121,84,57). Sum of RGB (Red+Green+Blue) = 121+84+57=262 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.18% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 121 - color contains mainly: red. Hex color #795439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795439 is #86ABC6. Grayscale: #5C5C5C. Windows color (decimal): -8825799 or 3757177. OLE color: 3757177.
HSL color Cylindrical-coordinate representation of color #795439: hue angle of 25.31º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #795439 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 84 | 57 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.53 |
| HSL | 25.31º | 0.36% | 0.35% | - |
| HSV(B) | 25.31º | 0.53% | 0.47% | - |
| XYZ | 11.79 | 10.7 | 5.31 | - |
| YUV | 91.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 84 | 57 | 0 | 0.31 | 0.53 | 0.53 | 25.31 | 0.36 | 0.35 |
| Hex | 79 | 54 | 39 | 0 | 1F | 35 | 35 | 19 | 24 | 23 |
| Octal | 171 | 124 | 71 | 0 | 37 | 65 | 65 | 31 | 44 | 43 |
| Binary | 1111001 | 1010100 | 111001 | 0 | 11111 | 110101 | 110101 | 11001 | 100100 | 100011 |
Color Harmonies of #795439
Complementary color
Monochromatic Colors of #795439
Black with #795439
Text Example
Text Example
White with #795439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795439; }
p { color: rgb(121,84,57); }
H1.HeaderClassName
{
color: #795439;
}
.AnyTagClassName
{
color: #795439;
}
</style>
background-color css
<style>
a { background-color: #795439; }
a { background-color: rgb(121,84,57); }
div.DivClassName
{
background-color: #795439;
}
.BgClassName
{
background-color: #795439;
}
</style>
border-color css
<style>
span { border-color: #795439; }
span { border-color: rgb(121,84,57); }
td.TdClassName
{
border-color: #795439;
}
.TagClassName
{
border-color: #795439;
}
</style>