Shades of Metallic Copper #703A34
Tints of Metallic Copper #703A34
RGB
CMYK
RGB Variations
Color information
#703A34 (or 0x703A34) is known color: Metallic Copper. HEX triplet: 70, 3A and 34. RGB value is (112,58,52). Sum of RGB (Red+Green+Blue) = 112+58+52=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #703A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A34 is #8FC5CB. Grayscale: #494949. Windows color (decimal): -9422284 or 3422832. OLE color: 3422832.
HSL color Cylindrical-coordinate representation of color #703A34: hue angle of 6º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #703A34 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 58 | 52 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.56 |
| HSL | 6º | 0.37% | 0.32% | - |
| HSV(B) | 6º | 0.54% | 0.44% | - |
| XYZ | 8.81 | 6.72 | 4.08 | - |
| YUV | 73.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 52 | 0 | 0.48 | 0.54 | 0.56 | 6 | 0.37 | 0.32 |
| Hex | 70 | 3A | 34 | 0 | 30 | 36 | 38 | 6 | 25 | 20 |
| Octal | 160 | 72 | 64 | 0 | 60 | 66 | 70 | 6 | 45 | 40 |
| Binary | 1110000 | 111010 | 110100 | 0 | 110000 | 110110 | 111000 | 110 | 100101 | 100000 |
Color Harmonies of #703A34
Complementary color
Monochromatic Colors of #703A34
Black with #703A34
Text Example
Text Example
White with #703A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703A34; }
p { color: rgb(112,58,52); }
H1.HeaderClassName
{
color: #703A34;
}
.AnyTagClassName
{
color: #703A34;
}
</style>
background-color css
<style>
a { background-color: #703A34; }
a { background-color: rgb(112,58,52); }
div.DivClassName
{
background-color: #703A34;
}
.BgClassName
{
background-color: #703A34;
}
</style>
border-color css
<style>
span { border-color: #703A34; }
span { border-color: rgb(112,58,52); }
td.TdClassName
{
border-color: #703A34;
}
.TagClassName
{
border-color: #703A34;
}
</style>