Shades of Metallic Copper #70403A
Tints of Metallic Copper #70403A
RGB
CMYK
RGB Variations
Color information
#70403A (or 0x70403A) is known color: Metallic Copper. HEX triplet: 70, 40 and 3A. RGB value is (112,64,58). Sum of RGB (Red+Green+Blue) = 112+64+58=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #70403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70403A is #8FBFC5. Grayscale: #4D4D4D. Windows color (decimal): -9420742 or 3817584. OLE color: 3817584.
HSL color Cylindrical-coordinate representation of color #70403A: hue angle of 6.67º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70403A is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 64 | 58 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.56 |
| HSL | 6.67º | 0.32% | 0.33% | - |
| HSV(B) | 6.67º | 0.48% | 0.44% | - |
| XYZ | 9.28 | 7.42 | 4.95 | - |
| YUV | 77.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 58 | 0 | 0.43 | 0.48 | 0.56 | 6.67 | 0.32 | 0.33 |
| Hex | 70 | 40 | 3A | 0 | 2B | 30 | 38 | 7 | 20 | 21 |
| Octal | 160 | 100 | 72 | 0 | 53 | 60 | 70 | 7 | 40 | 41 |
| Binary | 1110000 | 1000000 | 111010 | 0 | 101011 | 110000 | 111000 | 111 | 100000 | 100001 |
Color Harmonies of #70403A
Complementary color
Monochromatic Colors of #70403A
Black with #70403A
Text Example
Text Example
White with #70403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70403A; }
p { color: rgb(112,64,58); }
H1.HeaderClassName
{
color: #70403A;
}
.AnyTagClassName
{
color: #70403A;
}
</style>
background-color css
<style>
a { background-color: #70403A; }
a { background-color: rgb(112,64,58); }
div.DivClassName
{
background-color: #70403A;
}
.BgClassName
{
background-color: #70403A;
}
</style>
border-color css
<style>
span { border-color: #70403A; }
span { border-color: rgb(112,64,58); }
td.TdClassName
{
border-color: #70403A;
}
.TagClassName
{
border-color: #70403A;
}
</style>