Shades of Metallic Copper #713E3A
Tints of Metallic Copper #713E3A
RGB
CMYK
RGB Variations
Color information
#713E3A (or 0x713E3A) is known color: Metallic Copper. HEX triplet: 71, 3E and 3A. RGB value is (113,62,58). Sum of RGB (Red+Green+Blue) = 113+62+58=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #713E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E3A is #8EC1C5. Grayscale: #4C4C4C. Windows color (decimal): -9355718 or 3817073. OLE color: 3817073.
HSL color Cylindrical-coordinate representation of color #713E3A: hue angle of 4.36º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #713E3A is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 62 | 58 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.56 |
| HSL | 4.36º | 0.32% | 0.34% | - |
| HSV(B) | 4.36º | 0.49% | 0.44% | - |
| XYZ | 9.3 | 7.26 | 4.91 | - |
| YUV | 76.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 58 | 0 | 0.45 | 0.49 | 0.56 | 4.36 | 0.32 | 0.34 |
| Hex | 71 | 3E | 3A | 0 | 2D | 31 | 38 | 4 | 20 | 22 |
| Octal | 161 | 76 | 72 | 0 | 55 | 61 | 70 | 4 | 40 | 42 |
| Binary | 1110001 | 111110 | 111010 | 0 | 101101 | 110001 | 111000 | 100 | 100000 | 100010 |
Color Harmonies of #713E3A
Complementary color
Monochromatic Colors of #713E3A
Black with #713E3A
Text Example
Text Example
White with #713E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713E3A; }
p { color: rgb(113,62,58); }
H1.HeaderClassName
{
color: #713E3A;
}
.AnyTagClassName
{
color: #713E3A;
}
</style>
background-color css
<style>
a { background-color: #713E3A; }
a { background-color: rgb(113,62,58); }
div.DivClassName
{
background-color: #713E3A;
}
.BgClassName
{
background-color: #713E3A;
}
</style>
border-color css
<style>
span { border-color: #713E3A; }
span { border-color: rgb(113,62,58); }
td.TdClassName
{
border-color: #713E3A;
}
.TagClassName
{
border-color: #713E3A;
}
</style>