Shades of Metallic Copper #713A31
Tints of Metallic Copper #713A31
RGB
CMYK
RGB Variations
Color information
#713A31 (or 0x713A31) is known color: Metallic Copper. HEX triplet: 71, 3A and 31. RGB value is (113,58,49). Sum of RGB (Red+Green+Blue) = 113+58+49=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #713A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A31 is #8EC5CE. Grayscale: #494949. Windows color (decimal): -9356751 or 3226225. OLE color: 3226225.
HSL color Cylindrical-coordinate representation of color #713A31: hue angle of 8.44º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713A31 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 58 | 49 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.56 |
| HSL | 8.44º | 0.4% | 0.32% | - |
| HSV(B) | 8.44º | 0.57% | 0.44% | - |
| XYZ | 8.88 | 6.76 | 3.74 | - |
| YUV | 73.42 | 114.22 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 49 | 0 | 0.49 | 0.57 | 0.56 | 8.44 | 0.4 | 0.32 |
| Hex | 71 | 3A | 31 | 0 | 31 | 39 | 38 | 8 | 28 | 20 |
| Octal | 161 | 72 | 61 | 0 | 61 | 71 | 70 | 10 | 50 | 40 |
| Binary | 1110001 | 111010 | 110001 | 0 | 110001 | 111001 | 111000 | 1000 | 101000 | 100000 |
Color Harmonies of #713A31
Complementary color
Monochromatic Colors of #713A31
Black with #713A31
Text Example
Text Example
White with #713A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A31; }
p { color: rgb(113,58,49); }
H1.HeaderClassName
{
color: #713A31;
}
.AnyTagClassName
{
color: #713A31;
}
</style>
background-color css
<style>
a { background-color: #713A31; }
a { background-color: rgb(113,58,49); }
div.DivClassName
{
background-color: #713A31;
}
.BgClassName
{
background-color: #713A31;
}
</style>
border-color css
<style>
span { border-color: #713A31; }
span { border-color: rgb(113,58,49); }
td.TdClassName
{
border-color: #713A31;
}
.TagClassName
{
border-color: #713A31;
}
</style>