Shades of Metallic Copper #713E30
Tints of Metallic Copper #713E30
RGB
CMYK
RGB Variations
Color information
#713E30 (or 0x713E30) is known color: Metallic Copper. HEX triplet: 71, 3E and 30. RGB value is (113,62,48). Sum of RGB (Red+Green+Blue) = 113+62+48=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #713E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E30 is #8EC1CF. Grayscale: #4B4B4B. Windows color (decimal): -9355728 or 3161713. OLE color: 3161713.
HSL color Cylindrical-coordinate representation of color #713E30: hue angle of 12.92º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713E30 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 62 | 48 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.56 |
| HSL | 12.92º | 0.4% | 0.32% | - |
| HSV(B) | 12.92º | 0.58% | 0.44% | - |
| XYZ | 9.07 | 7.17 | 3.7 | - |
| YUV | 75.65 | 112.4 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 48 | 0 | 0.45 | 0.58 | 0.56 | 12.92 | 0.4 | 0.32 |
| Hex | 71 | 3E | 30 | 0 | 2D | 3A | 38 | D | 28 | 20 |
| Octal | 161 | 76 | 60 | 0 | 55 | 72 | 70 | 15 | 50 | 40 |
| Binary | 1110001 | 111110 | 110000 | 0 | 101101 | 111010 | 111000 | 1101 | 101000 | 100000 |
Color Harmonies of #713E30
Complementary color
Monochromatic Colors of #713E30
Black with #713E30
Text Example
Text Example
White with #713E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713E30; }
p { color: rgb(113,62,48); }
H1.HeaderClassName
{
color: #713E30;
}
.AnyTagClassName
{
color: #713E30;
}
</style>
background-color css
<style>
a { background-color: #713E30; }
a { background-color: rgb(113,62,48); }
div.DivClassName
{
background-color: #713E30;
}
.BgClassName
{
background-color: #713E30;
}
</style>
border-color css
<style>
span { border-color: #713E30; }
span { border-color: rgb(113,62,48); }
td.TdClassName
{
border-color: #713E30;
}
.TagClassName
{
border-color: #713E30;
}
</style>