Shades of Metallic Copper #713F38
Tints of Metallic Copper #713F38
RGB
CMYK
RGB Variations
Color information
#713F38 (or 0x713F38) is known color: Metallic Copper. HEX triplet: 71, 3F and 38. RGB value is (113,63,56). Sum of RGB (Red+Green+Blue) = 113+63+56=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #713F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F38 is #8EC0C7. Grayscale: #4D4D4D. Windows color (decimal): -9355464 or 3686257. OLE color: 3686257.
HSL color Cylindrical-coordinate representation of color #713F38: hue angle of 7.37º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #713F38 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 56 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.56 |
| HSL | 7.37º | 0.34% | 0.33% | - |
| HSV(B) | 7.37º | 0.5% | 0.44% | - |
| XYZ | 9.3 | 7.35 | 4.67 | - |
| YUV | 77.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 56 | 0 | 0.44 | 0.50 | 0.56 | 7.37 | 0.34 | 0.33 |
| Hex | 71 | 3F | 38 | 0 | 2C | 32 | 38 | 7 | 22 | 21 |
| Octal | 161 | 77 | 70 | 0 | 54 | 62 | 70 | 7 | 42 | 41 |
| Binary | 1110001 | 111111 | 111000 | 0 | 101100 | 110010 | 111000 | 111 | 100010 | 100001 |
Color Harmonies of #713F38
Complementary color
Monochromatic Colors of #713F38
Black with #713F38
Text Example
Text Example
White with #713F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F38; }
p { color: rgb(113,63,56); }
H1.HeaderClassName
{
color: #713F38;
}
.AnyTagClassName
{
color: #713F38;
}
</style>
background-color css
<style>
a { background-color: #713F38; }
a { background-color: rgb(113,63,56); }
div.DivClassName
{
background-color: #713F38;
}
.BgClassName
{
background-color: #713F38;
}
</style>
border-color css
<style>
span { border-color: #713F38; }
span { border-color: rgb(113,63,56); }
td.TdClassName
{
border-color: #713F38;
}
.TagClassName
{
border-color: #713F38;
}
</style>