Shades of Old Copper #70513A
Tints of Old Copper #70513A
RGB
CMYK
RGB Variations
Color information
#70513A (or 0x70513A) is known color: Old Copper. HEX triplet: 70, 51 and 3A. RGB value is (112,81,58). Sum of RGB (Red+Green+Blue) = 112+81+58=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #70513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70513A is #8FAEC5. Grayscale: #575757. Windows color (decimal): -9416390 or 3821936. OLE color: 3821936.
HSL color Cylindrical-coordinate representation of color #70513A: hue angle of 25.56º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70513A is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 58 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.56 |
| HSL | 25.56º | 0.32% | 0.33% | - |
| HSV(B) | 25.56º | 0.48% | 0.44% | - |
| XYZ | 10.39 | 9.64 | 5.32 | - |
| YUV | 87.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 58 | 0 | 0.28 | 0.48 | 0.56 | 25.56 | 0.32 | 0.33 |
| Hex | 70 | 51 | 3A | 0 | 1C | 30 | 38 | 1A | 20 | 21 |
| Octal | 160 | 121 | 72 | 0 | 34 | 60 | 70 | 32 | 40 | 41 |
| Binary | 1110000 | 1010001 | 111010 | 0 | 11100 | 110000 | 111000 | 11010 | 100000 | 100001 |
Color Harmonies of #70513A
Complementary color
Monochromatic Colors of #70513A
Black with #70513A
Text Example
Text Example
White with #70513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70513A; }
p { color: rgb(112,81,58); }
H1.HeaderClassName
{
color: #70513A;
}
.AnyTagClassName
{
color: #70513A;
}
</style>
background-color css
<style>
a { background-color: #70513A; }
a { background-color: rgb(112,81,58); }
div.DivClassName
{
background-color: #70513A;
}
.BgClassName
{
background-color: #70513A;
}
</style>
border-color css
<style>
span { border-color: #70513A; }
span { border-color: rgb(112,81,58); }
td.TdClassName
{
border-color: #70513A;
}
.TagClassName
{
border-color: #70513A;
}
</style>