Shades of Metallic Copper #703C30
Tints of Metallic Copper #703C30
RGB
CMYK
RGB Variations
Color information
#703C30 (or 0x703C30) is known color: Metallic Copper. HEX triplet: 70, 3C and 30. RGB value is (112,60,48). Sum of RGB (Red+Green+Blue) = 112+60+48=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #703C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C30 is #8FC3CF. Grayscale: #4A4A4A. Windows color (decimal): -9421776 or 3161200. OLE color: 3161200.
HSL color Cylindrical-coordinate representation of color #703C30: hue angle of 11.25º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703C30 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 60 | 48 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.56 |
| HSL | 11.25º | 0.4% | 0.31% | - |
| HSV(B) | 11.25º | 0.57% | 0.44% | - |
| XYZ | 8.83 | 6.89 | 3.66 | - |
| YUV | 74.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 48 | 0 | 0.46 | 0.57 | 0.56 | 11.25 | 0.4 | 0.31 |
| Hex | 70 | 3C | 30 | 0 | 2E | 39 | 38 | B | 28 | 1F |
| Octal | 160 | 74 | 60 | 0 | 56 | 71 | 70 | 13 | 50 | 37 |
| Binary | 1110000 | 111100 | 110000 | 0 | 101110 | 111001 | 111000 | 1011 | 101000 | 11111 |
Color Harmonies of #703C30
Complementary color
Monochromatic Colors of #703C30
Black with #703C30
Text Example
Text Example
White with #703C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C30; }
p { color: rgb(112,60,48); }
H1.HeaderClassName
{
color: #703C30;
}
.AnyTagClassName
{
color: #703C30;
}
</style>
background-color css
<style>
a { background-color: #703C30; }
a { background-color: rgb(112,60,48); }
div.DivClassName
{
background-color: #703C30;
}
.BgClassName
{
background-color: #703C30;
}
</style>
border-color css
<style>
span { border-color: #703C30; }
span { border-color: rgb(112,60,48); }
td.TdClassName
{
border-color: #703C30;
}
.TagClassName
{
border-color: #703C30;
}
</style>