Shades of Old Copper #70513D
Tints of Old Copper #70513D
RGB
CMYK
RGB Variations
Color information
#70513D (or 0x70513D) is known color: Old Copper. HEX triplet: 70, 51 and 3D. RGB value is (112,81,61). Sum of RGB (Red+Green+Blue) = 112+81+61=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #70513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70513D is #8FAEC2. Grayscale: #585858. Windows color (decimal): -9416387 or 4018544. OLE color: 4018544.
HSL color Cylindrical-coordinate representation of color #70513D: hue angle of 23.53º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70513D is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 61 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.56 |
| HSL | 23.53º | 0.29% | 0.34% | - |
| HSV(B) | 23.53º | 0.46% | 0.44% | - |
| XYZ | 10.47 | 9.67 | 5.73 | - |
| YUV | 87.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 61 | 0 | 0.28 | 0.46 | 0.56 | 23.53 | 0.29 | 0.34 |
| Hex | 70 | 51 | 3D | 0 | 1C | 2E | 38 | 18 | 1D | 22 |
| Octal | 160 | 121 | 75 | 0 | 34 | 56 | 70 | 30 | 35 | 42 |
| Binary | 1110000 | 1010001 | 111101 | 0 | 11100 | 101110 | 111000 | 11000 | 11101 | 100010 |
Color Harmonies of #70513D
Complementary color
Monochromatic Colors of #70513D
Black with #70513D
Text Example
Text Example
White with #70513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70513D; }
p { color: rgb(112,81,61); }
H1.HeaderClassName
{
color: #70513D;
}
.AnyTagClassName
{
color: #70513D;
}
</style>
background-color css
<style>
a { background-color: #70513D; }
a { background-color: rgb(112,81,61); }
div.DivClassName
{
background-color: #70513D;
}
.BgClassName
{
background-color: #70513D;
}
</style>
border-color css
<style>
span { border-color: #70513D; }
span { border-color: rgb(112,81,61); }
td.TdClassName
{
border-color: #70513D;
}
.TagClassName
{
border-color: #70513D;
}
</style>