Shades of Metallic Copper #703E30
Tints of Metallic Copper #703E30
RGB
CMYK
RGB Variations
Color information
#703E30 (or 0x703E30) is known color: Metallic Copper. HEX triplet: 70, 3E and 30. RGB value is (112,62,48). Sum of RGB (Red+Green+Blue) = 112+62+48=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #703E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E30 is #8FC1CF. Grayscale: #4B4B4B. Windows color (decimal): -9421264 or 3161712. OLE color: 3161712.
HSL color Cylindrical-coordinate representation of color #703E30: hue angle of 13.12º 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 #703E30 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 62 | 48 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.56 |
| HSL | 13.13º | 0.4% | 0.31% | - |
| HSV(B) | 13.13º | 0.57% | 0.44% | - |
| XYZ | 8.94 | 7.1 | 3.7 | - |
| YUV | 75.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 48 | 0 | 0.45 | 0.57 | 0.56 | 13.13 | 0.4 | 0.31 |
| Hex | 70 | 3E | 30 | 0 | 2D | 39 | 38 | D | 28 | 1F |
| Octal | 160 | 76 | 60 | 0 | 55 | 71 | 70 | 15 | 50 | 37 |
| Binary | 1110000 | 111110 | 110000 | 0 | 101101 | 111001 | 111000 | 1101 | 101000 | 11111 |
Color Harmonies of #703E30
Complementary color
Monochromatic Colors of #703E30
Black with #703E30
Text Example
Text Example
White with #703E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703E30; }
p { color: rgb(112,62,48); }
H1.HeaderClassName
{
color: #703E30;
}
.AnyTagClassName
{
color: #703E30;
}
</style>
background-color css
<style>
a { background-color: #703E30; }
a { background-color: rgb(112,62,48); }
div.DivClassName
{
background-color: #703E30;
}
.BgClassName
{
background-color: #703E30;
}
</style>
border-color css
<style>
span { border-color: #703E30; }
span { border-color: rgb(112,62,48); }
td.TdClassName
{
border-color: #703E30;
}
.TagClassName
{
border-color: #703E30;
}
</style>