Shades of Old Copper #70533D
Tints of Old Copper #70533D
RGB
CMYK
RGB Variations
Color information
#70533D (or 0x70533D) is known color: Old Copper. HEX triplet: 70, 53 and 3D. RGB value is (112,83,61). Sum of RGB (Red+Green+Blue) = 112+83+61=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70533D is #8FACC2. Grayscale: #595959. Windows color (decimal): -9415875 or 4019056. OLE color: 4019056.
HSL color Cylindrical-coordinate representation of color #70533D: hue angle of 25.88º 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 #70533D is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 61 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.56 |
| HSL | 25.88º | 0.29% | 0.34% | - |
| HSV(B) | 25.88º | 0.46% | 0.44% | - |
| XYZ | 10.62 | 9.97 | 5.78 | - |
| YUV | 89.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 61 | 0 | 0.26 | 0.46 | 0.56 | 25.88 | 0.29 | 0.34 |
| Hex | 70 | 53 | 3D | 0 | 1A | 2E | 38 | 1A | 1D | 22 |
| Octal | 160 | 123 | 75 | 0 | 32 | 56 | 70 | 32 | 35 | 42 |
| Binary | 1110000 | 1010011 | 111101 | 0 | 11010 | 101110 | 111000 | 11010 | 11101 | 100010 |
Color Harmonies of #70533D
Complementary color
Monochromatic Colors of #70533D
Black with #70533D
Text Example
Text Example
White with #70533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70533D; }
p { color: rgb(112,83,61); }
H1.HeaderClassName
{
color: #70533D;
}
.AnyTagClassName
{
color: #70533D;
}
</style>
background-color css
<style>
a { background-color: #70533D; }
a { background-color: rgb(112,83,61); }
div.DivClassName
{
background-color: #70533D;
}
.BgClassName
{
background-color: #70533D;
}
</style>
border-color css
<style>
span { border-color: #70533D; }
span { border-color: rgb(112,83,61); }
td.TdClassName
{
border-color: #70533D;
}
.TagClassName
{
border-color: #70533D;
}
</style>