Shades of Metallic Copper #713C31
Tints of Metallic Copper #713C31
RGB
CMYK
RGB Variations
Color information
#713C31 (or 0x713C31) is known color: Metallic Copper. HEX triplet: 71, 3C and 31. RGB value is (113,60,49). Sum of RGB (Red+Green+Blue) = 113+60+49=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #713C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C31 is #8EC3CE. Grayscale: #4A4A4A. Windows color (decimal): -9356239 or 3226737. OLE color: 3226737.
HSL color Cylindrical-coordinate representation of color #713C31: hue angle of 10.31º 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 #713C31 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 60 | 49 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.56 |
| HSL | 10.31º | 0.4% | 0.32% | - |
| HSV(B) | 10.31º | 0.57% | 0.44% | - |
| XYZ | 8.98 | 6.96 | 3.78 | - |
| YUV | 74.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 49 | 0 | 0.47 | 0.57 | 0.56 | 10.31 | 0.4 | 0.32 |
| Hex | 71 | 3C | 31 | 0 | 2F | 39 | 38 | A | 28 | 20 |
| Octal | 161 | 74 | 61 | 0 | 57 | 71 | 70 | 12 | 50 | 40 |
| Binary | 1110001 | 111100 | 110001 | 0 | 101111 | 111001 | 111000 | 1010 | 101000 | 100000 |
Color Harmonies of #713C31
Complementary color
Monochromatic Colors of #713C31
Black with #713C31
Text Example
Text Example
White with #713C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713C31; }
p { color: rgb(113,60,49); }
H1.HeaderClassName
{
color: #713C31;
}
.AnyTagClassName
{
color: #713C31;
}
</style>
background-color css
<style>
a { background-color: #713C31; }
a { background-color: rgb(113,60,49); }
div.DivClassName
{
background-color: #713C31;
}
.BgClassName
{
background-color: #713C31;
}
</style>
border-color css
<style>
span { border-color: #713C31; }
span { border-color: rgb(113,60,49); }
td.TdClassName
{
border-color: #713C31;
}
.TagClassName
{
border-color: #713C31;
}
</style>