Shades of Metallic Copper #713E37
Tints of Metallic Copper #713E37
RGB
CMYK
RGB Variations
Color information
#713E37 (or 0x713E37) is known color: Metallic Copper. HEX triplet: 71, 3E and 37. RGB value is (113,62,55). Sum of RGB (Red+Green+Blue) = 113+62+55=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #713E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E37 is #8EC1C8. Grayscale: #4C4C4C. Windows color (decimal): -9355721 or 3620465. OLE color: 3620465.
HSL color Cylindrical-coordinate representation of color #713E37: hue angle of 7.24º degrees, saturation: 0.35, 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 #713E37 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 62 | 55 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.56 |
| HSL | 7.24º | 0.35% | 0.33% | - |
| HSV(B) | 7.24º | 0.51% | 0.44% | - |
| XYZ | 9.22 | 7.23 | 4.52 | - |
| YUV | 76.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 55 | 0 | 0.45 | 0.51 | 0.56 | 7.24 | 0.35 | 0.33 |
| Hex | 71 | 3E | 37 | 0 | 2D | 33 | 38 | 7 | 23 | 21 |
| Octal | 161 | 76 | 67 | 0 | 55 | 63 | 70 | 7 | 43 | 41 |
| Binary | 1110001 | 111110 | 110111 | 0 | 101101 | 110011 | 111000 | 111 | 100011 | 100001 |
Color Harmonies of #713E37
Complementary color
Monochromatic Colors of #713E37
Black with #713E37
Text Example
Text Example
White with #713E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713E37; }
p { color: rgb(113,62,55); }
H1.HeaderClassName
{
color: #713E37;
}
.AnyTagClassName
{
color: #713E37;
}
</style>
background-color css
<style>
a { background-color: #713E37; }
a { background-color: rgb(113,62,55); }
div.DivClassName
{
background-color: #713E37;
}
.BgClassName
{
background-color: #713E37;
}
</style>
border-color css
<style>
span { border-color: #713E37; }
span { border-color: rgb(113,62,55); }
td.TdClassName
{
border-color: #713E37;
}
.TagClassName
{
border-color: #713E37;
}
</style>