Shades of Metallic Copper #703F37
Tints of Metallic Copper #703F37
RGB
CMYK
RGB Variations
Color information
#703F37 (or 0x703F37) is known color: Metallic Copper. HEX triplet: 70, 3F and 37. RGB value is (112,63,55). Sum of RGB (Red+Green+Blue) = 112+63+55=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #703F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F37 is #8FC0C8. Grayscale: #4C4C4C. Windows color (decimal): -9421001 or 3620720. OLE color: 3620720.
HSL color Cylindrical-coordinate representation of color #703F37: hue angle of 8.42º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #703F37 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 55 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.56 |
| HSL | 8.42º | 0.34% | 0.33% | - |
| HSV(B) | 8.42º | 0.51% | 0.44% | - |
| XYZ | 9.15 | 7.28 | 4.54 | - |
| YUV | 76.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 55 | 0 | 0.44 | 0.51 | 0.56 | 8.42 | 0.34 | 0.33 |
| Hex | 70 | 3F | 37 | 0 | 2C | 33 | 38 | 8 | 22 | 21 |
| Octal | 160 | 77 | 67 | 0 | 54 | 63 | 70 | 10 | 42 | 41 |
| Binary | 1110000 | 111111 | 110111 | 0 | 101100 | 110011 | 111000 | 1000 | 100010 | 100001 |
Color Harmonies of #703F37
Complementary color
Monochromatic Colors of #703F37
Black with #703F37
Text Example
Text Example
White with #703F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F37; }
p { color: rgb(112,63,55); }
H1.HeaderClassName
{
color: #703F37;
}
.AnyTagClassName
{
color: #703F37;
}
</style>
background-color css
<style>
a { background-color: #703F37; }
a { background-color: rgb(112,63,55); }
div.DivClassName
{
background-color: #703F37;
}
.BgClassName
{
background-color: #703F37;
}
</style>
border-color css
<style>
span { border-color: #703F37; }
span { border-color: rgb(112,63,55); }
td.TdClassName
{
border-color: #703F37;
}
.TagClassName
{
border-color: #703F37;
}
</style>