Shades of Metallic Copper #713D31
Tints of Metallic Copper #713D31
RGB
CMYK
RGB Variations
Color information
#713D31 (or 0x713D31) is known color: Metallic Copper. HEX triplet: 71, 3D and 31. RGB value is (113,61,49). Sum of RGB (Red+Green+Blue) = 113+61+49=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #713D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D31 is #8EC2CE. Grayscale: #4B4B4B. Windows color (decimal): -9355983 or 3226993. OLE color: 3226993.
HSL color Cylindrical-coordinate representation of color #713D31: hue angle of 11.25º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713D31 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 49 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.56 |
| HSL | 11.25º | 0.4% | 0.32% | - |
| HSV(B) | 11.25º | 0.57% | 0.44% | - |
| XYZ | 9.03 | 7.07 | 3.79 | - |
| YUV | 75.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 49 | 0 | 0.46 | 0.57 | 0.56 | 11.25 | 0.4 | 0.32 |
| Hex | 71 | 3D | 31 | 0 | 2E | 39 | 38 | B | 28 | 20 |
| Octal | 161 | 75 | 61 | 0 | 56 | 71 | 70 | 13 | 50 | 40 |
| Binary | 1110001 | 111101 | 110001 | 0 | 101110 | 111001 | 111000 | 1011 | 101000 | 100000 |
Color Harmonies of #713D31
Complementary color
Monochromatic Colors of #713D31
Black with #713D31
Text Example
Text Example
White with #713D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D31; }
p { color: rgb(113,61,49); }
H1.HeaderClassName
{
color: #713D31;
}
.AnyTagClassName
{
color: #713D31;
}
</style>
background-color css
<style>
a { background-color: #713D31; }
a { background-color: rgb(113,61,49); }
div.DivClassName
{
background-color: #713D31;
}
.BgClassName
{
background-color: #713D31;
}
</style>
border-color css
<style>
span { border-color: #713D31; }
span { border-color: rgb(113,61,49); }
td.TdClassName
{
border-color: #713D31;
}
.TagClassName
{
border-color: #713D31;
}
</style>