Shades of Metallic Copper #704032
Tints of Metallic Copper #704032
RGB
CMYK
RGB Variations
Color information
#704032 (or 0x704032) is known color: Metallic Copper. HEX triplet: 70, 40 and 32. RGB value is (112,64,50). Sum of RGB (Red+Green+Blue) = 112+64+50=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #704032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704032 is #8FBFCD. Grayscale: #4C4C4C. Windows color (decimal): -9420750 or 3293296. OLE color: 3293296.
HSL color Cylindrical-coordinate representation of color #704032: hue angle of 13.55º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #704032 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 64 | 50 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.56 |
| HSL | 13.55º | 0.38% | 0.32% | - |
| HSV(B) | 13.55º | 0.55% | 0.44% | - |
| XYZ | 9.09 | 7.34 | 3.96 | - |
| YUV | 76.76 | 112.9 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 50 | 0 | 0.43 | 0.55 | 0.56 | 13.55 | 0.38 | 0.32 |
| Hex | 70 | 40 | 32 | 0 | 2B | 37 | 38 | E | 26 | 20 |
| Octal | 160 | 100 | 62 | 0 | 53 | 67 | 70 | 16 | 46 | 40 |
| Binary | 1110000 | 1000000 | 110010 | 0 | 101011 | 110111 | 111000 | 1110 | 100110 | 100000 |
Color Harmonies of #704032
Complementary color
Monochromatic Colors of #704032
Black with #704032
Text Example
Text Example
White with #704032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704032; }
p { color: rgb(112,64,50); }
H1.HeaderClassName
{
color: #704032;
}
.AnyTagClassName
{
color: #704032;
}
</style>
background-color css
<style>
a { background-color: #704032; }
a { background-color: rgb(112,64,50); }
div.DivClassName
{
background-color: #704032;
}
.BgClassName
{
background-color: #704032;
}
</style>
border-color css
<style>
span { border-color: #704032; }
span { border-color: rgb(112,64,50); }
td.TdClassName
{
border-color: #704032;
}
.TagClassName
{
border-color: #704032;
}
</style>