Shades of Old Copper #70513C
Tints of Old Copper #70513C
RGB
CMYK
RGB Variations
Color information
#70513C (or 0x70513C) is known color: Old Copper. HEX triplet: 70, 51 and 3C. RGB value is (112,81,60). Sum of RGB (Red+Green+Blue) = 112+81+60=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #70513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70513C is #8FAEC3. Grayscale: #575757. Windows color (decimal): -9416388 or 3953008. OLE color: 3953008.
HSL color Cylindrical-coordinate representation of color #70513C: hue angle of 24.23º degrees, saturation: 0.3, 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 #70513C is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 60 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.56 |
| HSL | 24.23º | 0.3% | 0.34% | - |
| HSV(B) | 24.23º | 0.46% | 0.44% | - |
| XYZ | 10.44 | 9.66 | 5.59 | - |
| YUV | 87.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 60 | 0 | 0.28 | 0.46 | 0.56 | 24.23 | 0.3 | 0.34 |
| Hex | 70 | 51 | 3C | 0 | 1C | 2E | 38 | 18 | 1E | 22 |
| Octal | 160 | 121 | 74 | 0 | 34 | 56 | 70 | 30 | 36 | 42 |
| Binary | 1110000 | 1010001 | 111100 | 0 | 11100 | 101110 | 111000 | 11000 | 11110 | 100010 |
Color Harmonies of #70513C
Complementary color
Monochromatic Colors of #70513C
Black with #70513C
Text Example
Text Example
White with #70513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70513C; }
p { color: rgb(112,81,60); }
H1.HeaderClassName
{
color: #70513C;
}
.AnyTagClassName
{
color: #70513C;
}
</style>
background-color css
<style>
a { background-color: #70513C; }
a { background-color: rgb(112,81,60); }
div.DivClassName
{
background-color: #70513C;
}
.BgClassName
{
background-color: #70513C;
}
</style>
border-color css
<style>
span { border-color: #70513C; }
span { border-color: rgb(112,81,60); }
td.TdClassName
{
border-color: #70513C;
}
.TagClassName
{
border-color: #70513C;
}
</style>