Shades of Metallic Copper #704136
Tints of Metallic Copper #704136
RGB
CMYK
RGB Variations
Color information
#704136 (or 0x704136) is known color: Metallic Copper. HEX triplet: 70, 41 and 36. RGB value is (112,65,54). Sum of RGB (Red+Green+Blue) = 112+65+54=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #704136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704136 is #8FBEC9. Grayscale: #4D4D4D. Windows color (decimal): -9420490 or 3555696. OLE color: 3555696.
HSL color Cylindrical-coordinate representation of color #704136: hue angle of 11.38º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #704136 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 65 | 54 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.56 |
| HSL | 11.38º | 0.35% | 0.33% | - |
| HSV(B) | 11.38º | 0.52% | 0.44% | - |
| XYZ | 9.24 | 7.49 | 4.45 | - |
| YUV | 77.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 54 | 0 | 0.42 | 0.52 | 0.56 | 11.38 | 0.35 | 0.33 |
| Hex | 70 | 41 | 36 | 0 | 2A | 34 | 38 | B | 23 | 21 |
| Octal | 160 | 101 | 66 | 0 | 52 | 64 | 70 | 13 | 43 | 41 |
| Binary | 1110000 | 1000001 | 110110 | 0 | 101010 | 110100 | 111000 | 1011 | 100011 | 100001 |
Color Harmonies of #704136
Complementary color
Monochromatic Colors of #704136
Black with #704136
Text Example
Text Example
White with #704136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704136; }
p { color: rgb(112,65,54); }
H1.HeaderClassName
{
color: #704136;
}
.AnyTagClassName
{
color: #704136;
}
</style>
background-color css
<style>
a { background-color: #704136; }
a { background-color: rgb(112,65,54); }
div.DivClassName
{
background-color: #704136;
}
.BgClassName
{
background-color: #704136;
}
</style>
border-color css
<style>
span { border-color: #704136; }
span { border-color: rgb(112,65,54); }
td.TdClassName
{
border-color: #704136;
}
.TagClassName
{
border-color: #704136;
}
</style>