Shades of Old Copper #70523D
Tints of Old Copper #70523D
RGB
CMYK
RGB Variations
Color information
#70523D (or 0x70523D) is known color: Old Copper. HEX triplet: 70, 52 and 3D. RGB value is (112,82,61). Sum of RGB (Red+Green+Blue) = 112+82+61=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70523D is #8FADC2. Grayscale: #585858. Windows color (decimal): -9416131 or 4018800. OLE color: 4018800.
HSL color Cylindrical-coordinate representation of color #70523D: hue angle of 24.71º 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 #70523D is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 61 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.56 |
| HSL | 24.71º | 0.29% | 0.34% | - |
| HSV(B) | 24.71º | 0.46% | 0.44% | - |
| XYZ | 10.54 | 9.82 | 5.75 | - |
| YUV | 88.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 61 | 0 | 0.27 | 0.46 | 0.56 | 24.71 | 0.29 | 0.34 |
| Hex | 70 | 52 | 3D | 0 | 1B | 2E | 38 | 19 | 1D | 22 |
| Octal | 160 | 122 | 75 | 0 | 33 | 56 | 70 | 31 | 35 | 42 |
| Binary | 1110000 | 1010010 | 111101 | 0 | 11011 | 101110 | 111000 | 11001 | 11101 | 100010 |
Color Harmonies of #70523D
Complementary color
Monochromatic Colors of #70523D
Black with #70523D
Text Example
Text Example
White with #70523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70523D; }
p { color: rgb(112,82,61); }
H1.HeaderClassName
{
color: #70523D;
}
.AnyTagClassName
{
color: #70523D;
}
</style>
background-color css
<style>
a { background-color: #70523D; }
a { background-color: rgb(112,82,61); }
div.DivClassName
{
background-color: #70523D;
}
.BgClassName
{
background-color: #70523D;
}
</style>
border-color css
<style>
span { border-color: #70523D; }
span { border-color: rgb(112,82,61); }
td.TdClassName
{
border-color: #70523D;
}
.TagClassName
{
border-color: #70523D;
}
</style>