Shades of Metallic Copper #713B33
Tints of Metallic Copper #713B33
RGB
CMYK
RGB Variations
Color information
#713B33 (or 0x713B33) is known color: Metallic Copper. HEX triplet: 71, 3B and 33. RGB value is (113,59,51). Sum of RGB (Red+Green+Blue) = 113+59+51=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #713B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B33 is #8EC4CC. Grayscale: #4A4A4A. Windows color (decimal): -9356493 or 3357553. OLE color: 3357553.
HSL color Cylindrical-coordinate representation of color #713B33: hue angle of 7.74º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #713B33 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 59 | 51 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.56 |
| HSL | 7.74º | 0.38% | 0.32% | - |
| HSV(B) | 7.74º | 0.55% | 0.44% | - |
| XYZ | 8.97 | 6.88 | 3.99 | - |
| YUV | 74.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 51 | 0 | 0.48 | 0.55 | 0.56 | 7.74 | 0.38 | 0.32 |
| Hex | 71 | 3B | 33 | 0 | 30 | 37 | 38 | 8 | 26 | 20 |
| Octal | 161 | 73 | 63 | 0 | 60 | 67 | 70 | 10 | 46 | 40 |
| Binary | 1110001 | 111011 | 110011 | 0 | 110000 | 110111 | 111000 | 1000 | 100110 | 100000 |
Color Harmonies of #713B33
Complementary color
Monochromatic Colors of #713B33
Black with #713B33
Text Example
Text Example
White with #713B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B33; }
p { color: rgb(113,59,51); }
H1.HeaderClassName
{
color: #713B33;
}
.AnyTagClassName
{
color: #713B33;
}
</style>
background-color css
<style>
a { background-color: #713B33; }
a { background-color: rgb(113,59,51); }
div.DivClassName
{
background-color: #713B33;
}
.BgClassName
{
background-color: #713B33;
}
</style>
border-color css
<style>
span { border-color: #713B33; }
span { border-color: rgb(113,59,51); }
td.TdClassName
{
border-color: #713B33;
}
.TagClassName
{
border-color: #713B33;
}
</style>