Shades of Metallic Copper #713D2F
Tints of Metallic Copper #713D2F
RGB
CMYK
RGB Variations
Color information
#713D2F (or 0x713D2F) is known color: Metallic Copper. HEX triplet: 71, 3D and 2F. RGB value is (113,61,47). Sum of RGB (Red+Green+Blue) = 113+61+47=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #713D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D2F is #8EC2D0. Grayscale: #4B4B4B. Windows color (decimal): -9355985 or 3095921. OLE color: 3095921.
HSL color Cylindrical-coordinate representation of color #713D2F: hue angle of 12.73º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713D2F is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 47 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.56 |
| HSL | 12.73º | 0.41% | 0.31% | - |
| HSV(B) | 12.73º | 0.58% | 0.44% | - |
| XYZ | 8.99 | 7.05 | 3.58 | - |
| YUV | 74.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 47 | 0 | 0.46 | 0.58 | 0.56 | 12.73 | 0.41 | 0.31 |
| Hex | 71 | 3D | 2F | 0 | 2E | 3A | 38 | D | 29 | 1F |
| Octal | 161 | 75 | 57 | 0 | 56 | 72 | 70 | 15 | 51 | 37 |
| Binary | 1110001 | 111101 | 101111 | 0 | 101110 | 111010 | 111000 | 1101 | 101001 | 11111 |
Color Harmonies of #713D2F
Complementary color
Monochromatic Colors of #713D2F
Black with #713D2F
Text Example
Text Example
White with #713D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D2F; }
p { color: rgb(113,61,47); }
H1.HeaderClassName
{
color: #713D2F;
}
.AnyTagClassName
{
color: #713D2F;
}
</style>
background-color css
<style>
a { background-color: #713D2F; }
a { background-color: rgb(113,61,47); }
div.DivClassName
{
background-color: #713D2F;
}
.BgClassName
{
background-color: #713D2F;
}
</style>
border-color css
<style>
span { border-color: #713D2F; }
span { border-color: rgb(113,61,47); }
td.TdClassName
{
border-color: #713D2F;
}
.TagClassName
{
border-color: #713D2F;
}
</style>