Shades of Metallic Copper #703C35
Tints of Metallic Copper #703C35
RGB
CMYK
RGB Variations
Color information
#703C35 (or 0x703C35) is known color: Metallic Copper. HEX triplet: 70, 3C and 35. RGB value is (112,60,53). Sum of RGB (Red+Green+Blue) = 112+60+53=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #703C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C35 is #8FC3CA. Grayscale: #4A4A4A. Windows color (decimal): -9421771 or 3488880. OLE color: 3488880.
HSL color Cylindrical-coordinate representation of color #703C35: hue angle of 7.12º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703C35 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 60 | 53 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.56 |
| HSL | 7.12º | 0.36% | 0.32% | - |
| HSV(B) | 7.12º | 0.53% | 0.44% | - |
| XYZ | 8.94 | 6.93 | 4.24 | - |
| YUV | 74.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 53 | 0 | 0.46 | 0.53 | 0.56 | 7.12 | 0.36 | 0.32 |
| Hex | 70 | 3C | 35 | 0 | 2E | 35 | 38 | 7 | 24 | 20 |
| Octal | 160 | 74 | 65 | 0 | 56 | 65 | 70 | 7 | 44 | 40 |
| Binary | 1110000 | 111100 | 110101 | 0 | 101110 | 110101 | 111000 | 111 | 100100 | 100000 |
Color Harmonies of #703C35
Complementary color
Monochromatic Colors of #703C35
Black with #703C35
Text Example
Text Example
White with #703C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C35; }
p { color: rgb(112,60,53); }
H1.HeaderClassName
{
color: #703C35;
}
.AnyTagClassName
{
color: #703C35;
}
</style>
background-color css
<style>
a { background-color: #703C35; }
a { background-color: rgb(112,60,53); }
div.DivClassName
{
background-color: #703C35;
}
.BgClassName
{
background-color: #703C35;
}
</style>
border-color css
<style>
span { border-color: #703C35; }
span { border-color: rgb(112,60,53); }
td.TdClassName
{
border-color: #703C35;
}
.TagClassName
{
border-color: #703C35;
}
</style>