Shades of Metallic Copper #703D37
Tints of Metallic Copper #703D37
RGB
CMYK
RGB Variations
Color information
#703D37 (or 0x703D37) is known color: Metallic Copper. HEX triplet: 70, 3D and 37. RGB value is (112,61,55). Sum of RGB (Red+Green+Blue) = 112+61+55=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #703D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D37 is #8FC2C8. Grayscale: #4B4B4B. Windows color (decimal): -9421513 or 3620208. OLE color: 3620208.
HSL color Cylindrical-coordinate representation of color #703D37: hue angle of 6.32º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #703D37 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 61 | 55 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.56 |
| HSL | 6.32º | 0.34% | 0.33% | - |
| HSV(B) | 6.32º | 0.51% | 0.44% | - |
| XYZ | 9.04 | 7.06 | 4.5 | - |
| YUV | 75.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 55 | 0 | 0.46 | 0.51 | 0.56 | 6.32 | 0.34 | 0.33 |
| Hex | 70 | 3D | 37 | 0 | 2E | 33 | 38 | 6 | 22 | 21 |
| Octal | 160 | 75 | 67 | 0 | 56 | 63 | 70 | 6 | 42 | 41 |
| Binary | 1110000 | 111101 | 110111 | 0 | 101110 | 110011 | 111000 | 110 | 100010 | 100001 |
Color Harmonies of #703D37
Complementary color
Monochromatic Colors of #703D37
Black with #703D37
Text Example
Text Example
White with #703D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D37; }
p { color: rgb(112,61,55); }
H1.HeaderClassName
{
color: #703D37;
}
.AnyTagClassName
{
color: #703D37;
}
</style>
background-color css
<style>
a { background-color: #703D37; }
a { background-color: rgb(112,61,55); }
div.DivClassName
{
background-color: #703D37;
}
.BgClassName
{
background-color: #703D37;
}
</style>
border-color css
<style>
span { border-color: #703D37; }
span { border-color: rgb(112,61,55); }
td.TdClassName
{
border-color: #703D37;
}
.TagClassName
{
border-color: #703D37;
}
</style>