Shades of Metallic Copper #704234
Tints of Metallic Copper #704234
RGB
CMYK
RGB Variations
Color information
#704234 (or 0x704234) is known color: Metallic Copper. HEX triplet: 70, 42 and 34. RGB value is (112,66,52). Sum of RGB (Red+Green+Blue) = 112+66+52=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #704234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704234 is #8FBDCB. Grayscale: #4E4E4E. Windows color (decimal): -9420236 or 3424880. OLE color: 3424880.
HSL color Cylindrical-coordinate representation of color #704234: hue angle of 14º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #704234 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 66 | 52 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.56 |
| HSL | 14º | 0.37% | 0.32% | - |
| HSV(B) | 14º | 0.54% | 0.44% | - |
| XYZ | 9.25 | 7.59 | 4.23 | - |
| YUV | 78.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 52 | 0 | 0.41 | 0.54 | 0.56 | 14 | 0.37 | 0.32 |
| Hex | 70 | 42 | 34 | 0 | 29 | 36 | 38 | E | 25 | 20 |
| Octal | 160 | 102 | 64 | 0 | 51 | 66 | 70 | 16 | 45 | 40 |
| Binary | 1110000 | 1000010 | 110100 | 0 | 101001 | 110110 | 111000 | 1110 | 100101 | 100000 |
Color Harmonies of #704234
Complementary color
Monochromatic Colors of #704234
Black with #704234
Text Example
Text Example
White with #704234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704234; }
p { color: rgb(112,66,52); }
H1.HeaderClassName
{
color: #704234;
}
.AnyTagClassName
{
color: #704234;
}
</style>
background-color css
<style>
a { background-color: #704234; }
a { background-color: rgb(112,66,52); }
div.DivClassName
{
background-color: #704234;
}
.BgClassName
{
background-color: #704234;
}
</style>
border-color css
<style>
span { border-color: #704234; }
span { border-color: rgb(112,66,52); }
td.TdClassName
{
border-color: #704234;
}
.TagClassName
{
border-color: #704234;
}
</style>