Shades of Metallic Copper #713F36
Tints of Metallic Copper #713F36
RGB
CMYK
RGB Variations
Color information
#713F36 (or 0x713F36) is known color: Metallic Copper. HEX triplet: 71, 3F and 36. RGB value is (113,63,54). Sum of RGB (Red+Green+Blue) = 113+63+54=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #713F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F36 is #8EC0C9. Grayscale: #4D4D4D. Windows color (decimal): -9355466 or 3555185. OLE color: 3555185.
HSL color Cylindrical-coordinate representation of color #713F36: hue angle of 9.15º 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 #713F36 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 54 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.56 |
| HSL | 9.15º | 0.35% | 0.33% | - |
| HSV(B) | 9.15º | 0.52% | 0.44% | - |
| XYZ | 9.25 | 7.33 | 4.42 | - |
| YUV | 76.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 54 | 0 | 0.44 | 0.52 | 0.56 | 9.15 | 0.35 | 0.33 |
| Hex | 71 | 3F | 36 | 0 | 2C | 34 | 38 | 9 | 23 | 21 |
| Octal | 161 | 77 | 66 | 0 | 54 | 64 | 70 | 11 | 43 | 41 |
| Binary | 1110001 | 111111 | 110110 | 0 | 101100 | 110100 | 111000 | 1001 | 100011 | 100001 |
Color Harmonies of #713F36
Complementary color
Monochromatic Colors of #713F36
Black with #713F36
Text Example
Text Example
White with #713F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F36; }
p { color: rgb(113,63,54); }
H1.HeaderClassName
{
color: #713F36;
}
.AnyTagClassName
{
color: #713F36;
}
</style>
background-color css
<style>
a { background-color: #713F36; }
a { background-color: rgb(113,63,54); }
div.DivClassName
{
background-color: #713F36;
}
.BgClassName
{
background-color: #713F36;
}
</style>
border-color css
<style>
span { border-color: #713F36; }
span { border-color: rgb(113,63,54); }
td.TdClassName
{
border-color: #713F36;
}
.TagClassName
{
border-color: #713F36;
}
</style>