Shades of Metallic Copper #703C33
Tints of Metallic Copper #703C33
RGB
CMYK
RGB Variations
Color information
#703C33 (or 0x703C33) is known color: Metallic Copper. HEX triplet: 70, 3C and 33. RGB value is (112,60,51). Sum of RGB (Red+Green+Blue) = 112+60+51=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #703C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C33 is #8FC3CC. Grayscale: #4A4A4A. Windows color (decimal): -9421773 or 3357808. OLE color: 3357808.
HSL color Cylindrical-coordinate representation of color #703C33: hue angle of 8.85º 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 #703C33 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 60 | 51 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.56 |
| HSL | 8.85º | 0.37% | 0.32% | - |
| HSV(B) | 8.85º | 0.54% | 0.44% | - |
| XYZ | 8.9 | 6.92 | 4 | - |
| YUV | 74.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 51 | 0 | 0.46 | 0.54 | 0.56 | 8.85 | 0.37 | 0.32 |
| Hex | 70 | 3C | 33 | 0 | 2E | 36 | 38 | 9 | 25 | 20 |
| Octal | 160 | 74 | 63 | 0 | 56 | 66 | 70 | 11 | 45 | 40 |
| Binary | 1110000 | 111100 | 110011 | 0 | 101110 | 110110 | 111000 | 1001 | 100101 | 100000 |
Color Harmonies of #703C33
Complementary color
Monochromatic Colors of #703C33
Black with #703C33
Text Example
Text Example
White with #703C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C33; }
p { color: rgb(112,60,51); }
H1.HeaderClassName
{
color: #703C33;
}
.AnyTagClassName
{
color: #703C33;
}
</style>
background-color css
<style>
a { background-color: #703C33; }
a { background-color: rgb(112,60,51); }
div.DivClassName
{
background-color: #703C33;
}
.BgClassName
{
background-color: #703C33;
}
</style>
border-color css
<style>
span { border-color: #703C33; }
span { border-color: rgb(112,60,51); }
td.TdClassName
{
border-color: #703C33;
}
.TagClassName
{
border-color: #703C33;
}
</style>