Shades of Old Copper #795544
Tints of Old Copper #795544
RGB
CMYK
RGB Variations
Color information
#795544 (or 0x795544) is known color: Old Copper. HEX triplet: 79, 55 and 44. RGB value is (121,85,68). Sum of RGB (Red+Green+Blue) = 121+85+68=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #795544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795544 is #86AABB. Grayscale: #5D5D5D. Windows color (decimal): -8825532 or 4478329. OLE color: 4478329.
HSL color Cylindrical-coordinate representation of color #795544: hue angle of 19.25º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #795544 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 85 | 68 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.53 |
| HSL | 19.25º | 0.28% | 0.37% | - |
| HSV(B) | 19.25º | 0.44% | 0.47% | - |
| XYZ | 12.18 | 10.98 | 6.95 | - |
| YUV | 93.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 85 | 68 | 0 | 0.30 | 0.44 | 0.53 | 19.25 | 0.28 | 0.37 |
| Hex | 79 | 55 | 44 | 0 | 1E | 2C | 35 | 13 | 1C | 25 |
| Octal | 171 | 125 | 104 | 0 | 36 | 54 | 65 | 23 | 34 | 45 |
| Binary | 1111001 | 1010101 | 1000100 | 0 | 11110 | 101100 | 110101 | 10011 | 11100 | 100101 |
Color Harmonies of #795544
Complementary color
Monochromatic Colors of #795544
Black with #795544
Text Example
Text Example
White with #795544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795544; }
p { color: rgb(121,85,68); }
H1.HeaderClassName
{
color: #795544;
}
.AnyTagClassName
{
color: #795544;
}
</style>
background-color css
<style>
a { background-color: #795544; }
a { background-color: rgb(121,85,68); }
div.DivClassName
{
background-color: #795544;
}
.BgClassName
{
background-color: #795544;
}
</style>
border-color css
<style>
span { border-color: #795544; }
span { border-color: rgb(121,85,68); }
td.TdClassName
{
border-color: #795544;
}
.TagClassName
{
border-color: #795544;
}
</style>