Shades of Metallic Copper #713C37
Tints of Metallic Copper #713C37
RGB
CMYK
RGB Variations
Color information
#713C37 (or 0x713C37) is known color: Metallic Copper. HEX triplet: 71, 3C and 37. RGB value is (113,60,55). Sum of RGB (Red+Green+Blue) = 113+60+55=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #713C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C37 is #8EC3C8. Grayscale: #4B4B4B. Windows color (decimal): -9356233 or 3619953. OLE color: 3619953.
HSL color Cylindrical-coordinate representation of color #713C37: hue angle of 5.17º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #713C37 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 60 | 55 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.56 |
| HSL | 5.17º | 0.35% | 0.33% | - |
| HSV(B) | 5.17º | 0.51% | 0.44% | - |
| XYZ | 9.12 | 7.02 | 4.49 | - |
| YUV | 75.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 55 | 0 | 0.47 | 0.51 | 0.56 | 5.17 | 0.35 | 0.33 |
| Hex | 71 | 3C | 37 | 0 | 2F | 33 | 38 | 5 | 23 | 21 |
| Octal | 161 | 74 | 67 | 0 | 57 | 63 | 70 | 5 | 43 | 41 |
| Binary | 1110001 | 111100 | 110111 | 0 | 101111 | 110011 | 111000 | 101 | 100011 | 100001 |
Color Harmonies of #713C37
Complementary color
Monochromatic Colors of #713C37
Black with #713C37
Text Example
Text Example
White with #713C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713C37; }
p { color: rgb(113,60,55); }
H1.HeaderClassName
{
color: #713C37;
}
.AnyTagClassName
{
color: #713C37;
}
</style>
background-color css
<style>
a { background-color: #713C37; }
a { background-color: rgb(113,60,55); }
div.DivClassName
{
background-color: #713C37;
}
.BgClassName
{
background-color: #713C37;
}
</style>
border-color css
<style>
span { border-color: #713C37; }
span { border-color: rgb(113,60,55); }
td.TdClassName
{
border-color: #713C37;
}
.TagClassName
{
border-color: #713C37;
}
</style>