Shades of Metallic Copper #703D30
Tints of Metallic Copper #703D30
RGB
CMYK
RGB Variations
Color information
#703D30 (or 0x703D30) is known color: Metallic Copper. HEX triplet: 70, 3D and 30. RGB value is (112,61,48). Sum of RGB (Red+Green+Blue) = 112+61+48=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #703D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D30 is #8FC2CF. Grayscale: #4A4A4A. Windows color (decimal): -9421520 or 3161456. OLE color: 3161456.
HSL color Cylindrical-coordinate representation of color #703D30: hue angle of 12.19º 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 #703D30 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 61 | 48 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.56 |
| HSL | 12.19º | 0.4% | 0.31% | - |
| HSV(B) | 12.19º | 0.57% | 0.44% | - |
| XYZ | 8.88 | 7 | 3.68 | - |
| YUV | 74.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 48 | 0 | 0.46 | 0.57 | 0.56 | 12.19 | 0.4 | 0.31 |
| Hex | 70 | 3D | 30 | 0 | 2E | 39 | 38 | C | 28 | 1F |
| Octal | 160 | 75 | 60 | 0 | 56 | 71 | 70 | 14 | 50 | 37 |
| Binary | 1110000 | 111101 | 110000 | 0 | 101110 | 111001 | 111000 | 1100 | 101000 | 11111 |
Color Harmonies of #703D30
Complementary color
Monochromatic Colors of #703D30
Black with #703D30
Text Example
Text Example
White with #703D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D30; }
p { color: rgb(112,61,48); }
H1.HeaderClassName
{
color: #703D30;
}
.AnyTagClassName
{
color: #703D30;
}
</style>
background-color css
<style>
a { background-color: #703D30; }
a { background-color: rgb(112,61,48); }
div.DivClassName
{
background-color: #703D30;
}
.BgClassName
{
background-color: #703D30;
}
</style>
border-color css
<style>
span { border-color: #703D30; }
span { border-color: rgb(112,61,48); }
td.TdClassName
{
border-color: #703D30;
}
.TagClassName
{
border-color: #703D30;
}
</style>