Shades of Metallic Copper #713F31
Tints of Metallic Copper #713F31
RGB
CMYK
RGB Variations
Color information
#713F31 (or 0x713F31) is known color: Metallic Copper. HEX triplet: 71, 3F and 31. RGB value is (113,63,49). Sum of RGB (Red+Green+Blue) = 113+63+49=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #713F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F31 is #8EC0CE. Grayscale: #4C4C4C. Windows color (decimal): -9355471 or 3227505. OLE color: 3227505.
HSL color Cylindrical-coordinate representation of color #713F31: hue angle of 13.12º 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 #713F31 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 49 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.56 |
| HSL | 13.13º | 0.4% | 0.32% | - |
| HSV(B) | 13.13º | 0.57% | 0.44% | - |
| XYZ | 9.14 | 7.29 | 3.83 | - |
| YUV | 76.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 49 | 0 | 0.44 | 0.57 | 0.56 | 13.13 | 0.4 | 0.32 |
| Hex | 71 | 3F | 31 | 0 | 2C | 39 | 38 | D | 28 | 20 |
| Octal | 161 | 77 | 61 | 0 | 54 | 71 | 70 | 15 | 50 | 40 |
| Binary | 1110001 | 111111 | 110001 | 0 | 101100 | 111001 | 111000 | 1101 | 101000 | 100000 |
Color Harmonies of #713F31
Complementary color
Monochromatic Colors of #713F31
Black with #713F31
Text Example
Text Example
White with #713F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F31; }
p { color: rgb(113,63,49); }
H1.HeaderClassName
{
color: #713F31;
}
.AnyTagClassName
{
color: #713F31;
}
</style>
background-color css
<style>
a { background-color: #713F31; }
a { background-color: rgb(113,63,49); }
div.DivClassName
{
background-color: #713F31;
}
.BgClassName
{
background-color: #713F31;
}
</style>
border-color css
<style>
span { border-color: #713F31; }
span { border-color: rgb(113,63,49); }
td.TdClassName
{
border-color: #713F31;
}
.TagClassName
{
border-color: #713F31;
}
</style>