Shades of Metallic Copper #713F32
Tints of Metallic Copper #713F32
RGB
CMYK
RGB Variations
Color information
#713F32 (or 0x713F32) is known color: Metallic Copper. HEX triplet: 71, 3F and 32. RGB value is (113,63,50). Sum of RGB (Red+Green+Blue) = 113+63+50=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #713F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F32 is #8EC0CD. Grayscale: #4C4C4C. Windows color (decimal): -9355470 or 3293041. OLE color: 3293041.
HSL color Cylindrical-coordinate representation of color #713F32: hue angle of 12.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #713F32 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 50 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.56 |
| HSL | 12.38º | 0.39% | 0.32% | - |
| HSV(B) | 12.38º | 0.56% | 0.44% | - |
| XYZ | 9.16 | 7.3 | 3.94 | - |
| YUV | 76.47 | 113.07 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 50 | 0 | 0.44 | 0.56 | 0.56 | 12.38 | 0.39 | 0.32 |
| Hex | 71 | 3F | 32 | 0 | 2C | 38 | 38 | C | 27 | 20 |
| Octal | 161 | 77 | 62 | 0 | 54 | 70 | 70 | 14 | 47 | 40 |
| Binary | 1110001 | 111111 | 110010 | 0 | 101100 | 111000 | 111000 | 1100 | 100111 | 100000 |
Color Harmonies of #713F32
Complementary color
Monochromatic Colors of #713F32
Black with #713F32
Text Example
Text Example
White with #713F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F32; }
p { color: rgb(113,63,50); }
H1.HeaderClassName
{
color: #713F32;
}
.AnyTagClassName
{
color: #713F32;
}
</style>
background-color css
<style>
a { background-color: #713F32; }
a { background-color: rgb(113,63,50); }
div.DivClassName
{
background-color: #713F32;
}
.BgClassName
{
background-color: #713F32;
}
</style>
border-color css
<style>
span { border-color: #713F32; }
span { border-color: rgb(113,63,50); }
td.TdClassName
{
border-color: #713F32;
}
.TagClassName
{
border-color: #713F32;
}
</style>