Shades of Metallic Copper #703D32
Tints of Metallic Copper #703D32
RGB
CMYK
RGB Variations
Color information
#703D32 (or 0x703D32) is known color: Metallic Copper. HEX triplet: 70, 3D and 32. RGB value is (112,61,50). Sum of RGB (Red+Green+Blue) = 112+61+50=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #703D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D32 is #8FC2CD. Grayscale: #4B4B4B. Windows color (decimal): -9421518 or 3292528. OLE color: 3292528.
HSL color Cylindrical-coordinate representation of color #703D32: hue angle of 10.65º 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 #703D32 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 61 | 50 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.56 |
| HSL | 10.65º | 0.38% | 0.32% | - |
| HSV(B) | 10.65º | 0.55% | 0.44% | - |
| XYZ | 8.93 | 7.01 | 3.9 | - |
| YUV | 75 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 50 | 0 | 0.46 | 0.55 | 0.56 | 10.65 | 0.38 | 0.32 |
| Hex | 70 | 3D | 32 | 0 | 2E | 37 | 38 | B | 26 | 20 |
| Octal | 160 | 75 | 62 | 0 | 56 | 67 | 70 | 13 | 46 | 40 |
| Binary | 1110000 | 111101 | 110010 | 0 | 101110 | 110111 | 111000 | 1011 | 100110 | 100000 |
Color Harmonies of #703D32
Complementary color
Monochromatic Colors of #703D32
Black with #703D32
Text Example
Text Example
White with #703D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D32; }
p { color: rgb(112,61,50); }
H1.HeaderClassName
{
color: #703D32;
}
.AnyTagClassName
{
color: #703D32;
}
</style>
background-color css
<style>
a { background-color: #703D32; }
a { background-color: rgb(112,61,50); }
div.DivClassName
{
background-color: #703D32;
}
.BgClassName
{
background-color: #703D32;
}
</style>
border-color css
<style>
span { border-color: #703D32; }
span { border-color: rgb(112,61,50); }
td.TdClassName
{
border-color: #703D32;
}
.TagClassName
{
border-color: #703D32;
}
</style>