Shades of Old Copper #70503D
Tints of Old Copper #70503D
RGB
CMYK
RGB Variations
Color information
#70503D (or 0x70503D) is known color: Old Copper. HEX triplet: 70, 50 and 3D. RGB value is (112,80,61). Sum of RGB (Red+Green+Blue) = 112+80+61=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #70503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70503D is #8FAFC2. Grayscale: #575757. Windows color (decimal): -9416643 or 4018288. OLE color: 4018288.
HSL color Cylindrical-coordinate representation of color #70503D: hue angle of 22.35º 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 #70503D is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 80 | 61 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.56 |
| HSL | 22.35º | 0.29% | 0.34% | - |
| HSV(B) | 22.35º | 0.46% | 0.44% | - |
| XYZ | 10.39 | 9.52 | 5.7 | - |
| YUV | 87.4 | 113.1 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 61 | 0 | 0.29 | 0.46 | 0.56 | 22.35 | 0.29 | 0.34 |
| Hex | 70 | 50 | 3D | 0 | 1D | 2E | 38 | 16 | 1D | 22 |
| Octal | 160 | 120 | 75 | 0 | 35 | 56 | 70 | 26 | 35 | 42 |
| Binary | 1110000 | 1010000 | 111101 | 0 | 11101 | 101110 | 111000 | 10110 | 11101 | 100010 |
Color Harmonies of #70503D
Complementary color
Monochromatic Colors of #70503D
Black with #70503D
Text Example
Text Example
White with #70503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70503D; }
p { color: rgb(112,80,61); }
H1.HeaderClassName
{
color: #70503D;
}
.AnyTagClassName
{
color: #70503D;
}
</style>
background-color css
<style>
a { background-color: #70503D; }
a { background-color: rgb(112,80,61); }
div.DivClassName
{
background-color: #70503D;
}
.BgClassName
{
background-color: #70503D;
}
</style>
border-color css
<style>
span { border-color: #70503D; }
span { border-color: rgb(112,80,61); }
td.TdClassName
{
border-color: #70503D;
}
.TagClassName
{
border-color: #70503D;
}
</style>