Shades of Metallic Copper #713E36
Tints of Metallic Copper #713E36
RGB
CMYK
RGB Variations
Color information
#713E36 (or 0x713E36) is known color: Metallic Copper. HEX triplet: 71, 3E and 36. RGB value is (113,62,54). Sum of RGB (Red+Green+Blue) = 113+62+54=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #713E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E36 is #8EC1C9. Grayscale: #4C4C4C. Windows color (decimal): -9355722 or 3554929. OLE color: 3554929.
HSL color Cylindrical-coordinate representation of color #713E36: hue angle of 8.14º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #713E36 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 62 | 54 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.56 |
| HSL | 8.14º | 0.35% | 0.33% | - |
| HSV(B) | 8.14º | 0.52% | 0.44% | - |
| XYZ | 9.2 | 7.22 | 4.4 | - |
| YUV | 76.34 | 115.4 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 54 | 0 | 0.45 | 0.52 | 0.56 | 8.14 | 0.35 | 0.33 |
| Hex | 71 | 3E | 36 | 0 | 2D | 34 | 38 | 8 | 23 | 21 |
| Octal | 161 | 76 | 66 | 0 | 55 | 64 | 70 | 10 | 43 | 41 |
| Binary | 1110001 | 111110 | 110110 | 0 | 101101 | 110100 | 111000 | 1000 | 100011 | 100001 |
Color Harmonies of #713E36
Complementary color
Monochromatic Colors of #713E36
Black with #713E36
Text Example
Text Example
White with #713E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713E36; }
p { color: rgb(113,62,54); }
H1.HeaderClassName
{
color: #713E36;
}
.AnyTagClassName
{
color: #713E36;
}
</style>
background-color css
<style>
a { background-color: #713E36; }
a { background-color: rgb(113,62,54); }
div.DivClassName
{
background-color: #713E36;
}
.BgClassName
{
background-color: #713E36;
}
</style>
border-color css
<style>
span { border-color: #713E36; }
span { border-color: rgb(113,62,54); }
td.TdClassName
{
border-color: #713E36;
}
.TagClassName
{
border-color: #713E36;
}
</style>