Shades of Metallic Copper #703A33
Tints of Metallic Copper #703A33
RGB
CMYK
RGB Variations
Color information
#703A33 (or 0x703A33) is known color: Metallic Copper. HEX triplet: 70, 3A and 33. RGB value is (112,58,51). Sum of RGB (Red+Green+Blue) = 112+58+51=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #703A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A33 is #8FC5CC. Grayscale: #494949. Windows color (decimal): -9422285 or 3357296. OLE color: 3357296.
HSL color Cylindrical-coordinate representation of color #703A33: hue angle of 6.89º 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 #703A33 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 58 | 51 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.56 |
| HSL | 6.89º | 0.37% | 0.32% | - |
| HSV(B) | 6.89º | 0.54% | 0.44% | - |
| XYZ | 8.79 | 6.71 | 3.96 | - |
| YUV | 73.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 51 | 0 | 0.48 | 0.54 | 0.56 | 6.89 | 0.37 | 0.32 |
| Hex | 70 | 3A | 33 | 0 | 30 | 36 | 38 | 7 | 25 | 20 |
| Octal | 160 | 72 | 63 | 0 | 60 | 66 | 70 | 7 | 45 | 40 |
| Binary | 1110000 | 111010 | 110011 | 0 | 110000 | 110110 | 111000 | 111 | 100101 | 100000 |
Color Harmonies of #703A33
Complementary color
Monochromatic Colors of #703A33
Black with #703A33
Text Example
Text Example
White with #703A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703A33; }
p { color: rgb(112,58,51); }
H1.HeaderClassName
{
color: #703A33;
}
.AnyTagClassName
{
color: #703A33;
}
</style>
background-color css
<style>
a { background-color: #703A33; }
a { background-color: rgb(112,58,51); }
div.DivClassName
{
background-color: #703A33;
}
.BgClassName
{
background-color: #703A33;
}
</style>
border-color css
<style>
span { border-color: #703A33; }
span { border-color: rgb(112,58,51); }
td.TdClassName
{
border-color: #703A33;
}
.TagClassName
{
border-color: #703A33;
}
</style>