Shades of Old Copper #795134
Tints of Old Copper #795134
RGB
CMYK
RGB Variations
Color information
#795134 (or 0x795134) is known color: Old Copper. HEX triplet: 79, 51 and 34. RGB value is (121,81,52). Sum of RGB (Red+Green+Blue) = 121+81+52=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #795134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795134 is #86AECB. Grayscale: #595959. Windows color (decimal): -8826572 or 3428729. OLE color: 3428729.
HSL color Cylindrical-coordinate representation of color #795134: hue angle of 25.22º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #795134 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 52 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.53 |
| HSL | 25.22º | 0.4% | 0.34% | - |
| HSV(B) | 25.22º | 0.57% | 0.47% | - |
| XYZ | 11.45 | 10.2 | 4.61 | - |
| YUV | 89.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 52 | 0 | 0.33 | 0.57 | 0.53 | 25.22 | 0.4 | 0.34 |
| Hex | 79 | 51 | 34 | 0 | 21 | 39 | 35 | 19 | 28 | 22 |
| Octal | 171 | 121 | 64 | 0 | 41 | 71 | 65 | 31 | 50 | 42 |
| Binary | 1111001 | 1010001 | 110100 | 0 | 100001 | 111001 | 110101 | 11001 | 101000 | 100010 |
Color Harmonies of #795134
Complementary color
Monochromatic Colors of #795134
Black with #795134
Text Example
Text Example
White with #795134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795134; }
p { color: rgb(121,81,52); }
H1.HeaderClassName
{
color: #795134;
}
.AnyTagClassName
{
color: #795134;
}
</style>
background-color css
<style>
a { background-color: #795134; }
a { background-color: rgb(121,81,52); }
div.DivClassName
{
background-color: #795134;
}
.BgClassName
{
background-color: #795134;
}
</style>
border-color css
<style>
span { border-color: #795134; }
span { border-color: rgb(121,81,52); }
td.TdClassName
{
border-color: #795134;
}
.TagClassName
{
border-color: #795134;
}
</style>