Shades of Metallic Copper #703F30
Tints of Metallic Copper #703F30
RGB
CMYK
RGB Variations
Color information
#703F30 (or 0x703F30) is known color: Metallic Copper. HEX triplet: 70, 3F and 30. RGB value is (112,63,48). Sum of RGB (Red+Green+Blue) = 112+63+48=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #703F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F30 is #8FC0CF. Grayscale: #4C4C4C. Windows color (decimal): -9421008 or 3161968. OLE color: 3161968.
HSL color Cylindrical-coordinate representation of color #703F30: hue angle of 14.06º 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 #703F30 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 48 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.56 |
| HSL | 14.06º | 0.4% | 0.31% | - |
| HSV(B) | 14.06º | 0.57% | 0.44% | - |
| XYZ | 8.99 | 7.21 | 3.71 | - |
| YUV | 75.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 48 | 0 | 0.44 | 0.57 | 0.56 | 14.06 | 0.4 | 0.31 |
| Hex | 70 | 3F | 30 | 0 | 2C | 39 | 38 | E | 28 | 1F |
| Octal | 160 | 77 | 60 | 0 | 54 | 71 | 70 | 16 | 50 | 37 |
| Binary | 1110000 | 111111 | 110000 | 0 | 101100 | 111001 | 111000 | 1110 | 101000 | 11111 |
Color Harmonies of #703F30
Complementary color
Monochromatic Colors of #703F30
Black with #703F30
Text Example
Text Example
White with #703F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F30; }
p { color: rgb(112,63,48); }
H1.HeaderClassName
{
color: #703F30;
}
.AnyTagClassName
{
color: #703F30;
}
</style>
background-color css
<style>
a { background-color: #703F30; }
a { background-color: rgb(112,63,48); }
div.DivClassName
{
background-color: #703F30;
}
.BgClassName
{
background-color: #703F30;
}
</style>
border-color css
<style>
span { border-color: #703F30; }
span { border-color: rgb(112,63,48); }
td.TdClassName
{
border-color: #703F30;
}
.TagClassName
{
border-color: #703F30;
}
</style>