Shades of Metallic Copper #703C31
Tints of Metallic Copper #703C31
RGB
CMYK
RGB Variations
Color information
#703C31 (or 0x703C31) is known color: Metallic Copper. HEX triplet: 70, 3C and 31. RGB value is (112,60,49). Sum of RGB (Red+Green+Blue) = 112+60+49=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #703C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C31 is #8FC3CE. Grayscale: #4A4A4A. Windows color (decimal): -9421775 or 3226736. OLE color: 3226736.
HSL color Cylindrical-coordinate representation of color #703C31: hue angle of 10.48º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #703C31 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 60 | 49 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.56 |
| HSL | 10.48º | 0.39% | 0.32% | - |
| HSV(B) | 10.48º | 0.56% | 0.44% | - |
| XYZ | 8.85 | 6.9 | 3.77 | - |
| YUV | 74.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 49 | 0 | 0.46 | 0.56 | 0.56 | 10.48 | 0.39 | 0.32 |
| Hex | 70 | 3C | 31 | 0 | 2E | 38 | 38 | A | 27 | 20 |
| Octal | 160 | 74 | 61 | 0 | 56 | 70 | 70 | 12 | 47 | 40 |
| Binary | 1110000 | 111100 | 110001 | 0 | 101110 | 111000 | 111000 | 1010 | 100111 | 100000 |
Color Harmonies of #703C31
Complementary color
Monochromatic Colors of #703C31
Black with #703C31
Text Example
Text Example
White with #703C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C31; }
p { color: rgb(112,60,49); }
H1.HeaderClassName
{
color: #703C31;
}
.AnyTagClassName
{
color: #703C31;
}
</style>
background-color css
<style>
a { background-color: #703C31; }
a { background-color: rgb(112,60,49); }
div.DivClassName
{
background-color: #703C31;
}
.BgClassName
{
background-color: #703C31;
}
</style>
border-color css
<style>
span { border-color: #703C31; }
span { border-color: rgb(112,60,49); }
td.TdClassName
{
border-color: #703C31;
}
.TagClassName
{
border-color: #703C31;
}
</style>