Shades of Metallic Copper #704031
Tints of Metallic Copper #704031
RGB
CMYK
RGB Variations
Color information
#704031 (or 0x704031) is known color: Metallic Copper. HEX triplet: 70, 40 and 31. RGB value is (112,64,49). Sum of RGB (Red+Green+Blue) = 112+64+49=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #704031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704031 is #8FBFCE. Grayscale: #4C4C4C. Windows color (decimal): -9420751 or 3227760. OLE color: 3227760.
HSL color Cylindrical-coordinate representation of color #704031: hue angle of 14.29º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #704031 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 64 | 49 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.56 |
| HSL | 14.29º | 0.39% | 0.32% | - |
| HSV(B) | 14.29º | 0.56% | 0.44% | - |
| XYZ | 9.07 | 7.33 | 3.84 | - |
| YUV | 76.64 | 112.4 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 49 | 0 | 0.43 | 0.56 | 0.56 | 14.29 | 0.39 | 0.32 |
| Hex | 70 | 40 | 31 | 0 | 2B | 38 | 38 | E | 27 | 20 |
| Octal | 160 | 100 | 61 | 0 | 53 | 70 | 70 | 16 | 47 | 40 |
| Binary | 1110000 | 1000000 | 110001 | 0 | 101011 | 111000 | 111000 | 1110 | 100111 | 100000 |
Color Harmonies of #704031
Complementary color
Monochromatic Colors of #704031
Black with #704031
Text Example
Text Example
White with #704031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704031; }
p { color: rgb(112,64,49); }
H1.HeaderClassName
{
color: #704031;
}
.AnyTagClassName
{
color: #704031;
}
</style>
background-color css
<style>
a { background-color: #704031; }
a { background-color: rgb(112,64,49); }
div.DivClassName
{
background-color: #704031;
}
.BgClassName
{
background-color: #704031;
}
</style>
border-color css
<style>
span { border-color: #704031; }
span { border-color: rgb(112,64,49); }
td.TdClassName
{
border-color: #704031;
}
.TagClassName
{
border-color: #704031;
}
</style>