Shades of Copper Canyon #713F2D
Tints of Copper Canyon #713F2D
RGB
CMYK
RGB Variations
Color information
#713F2D (or 0x713F2D) is known color: Copper Canyon. HEX triplet: 71, 3F and 2D. RGB value is (113,63,45). Sum of RGB (Red+Green+Blue) = 113+63+45=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #713F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F2D is #8EC0D2. Grayscale: #4C4C4C. Windows color (decimal): -9355475 or 2965361. OLE color: 2965361.
HSL color Cylindrical-coordinate representation of color #713F2D: hue angle of 15.88º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #713F2D is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 45 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.56 |
| HSL | 15.88º | 0.43% | 0.31% | - |
| HSV(B) | 15.88º | 0.6% | 0.44% | - |
| XYZ | 9.06 | 7.26 | 3.41 | - |
| YUV | 75.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 45 | 0 | 0.44 | 0.60 | 0.56 | 15.88 | 0.43 | 0.31 |
| Hex | 71 | 3F | 2D | 0 | 2C | 3C | 38 | 10 | 2B | 1F |
| Octal | 161 | 77 | 55 | 0 | 54 | 74 | 70 | 20 | 53 | 37 |
| Binary | 1110001 | 111111 | 101101 | 0 | 101100 | 111100 | 111000 | 10000 | 101011 | 11111 |
Color Harmonies of #713F2D
Complementary color
Monochromatic Colors of #713F2D
Black with #713F2D
Text Example
Text Example
White with #713F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F2D; }
p { color: rgb(113,63,45); }
H1.HeaderClassName
{
color: #713F2D;
}
.AnyTagClassName
{
color: #713F2D;
}
</style>
background-color css
<style>
a { background-color: #713F2D; }
a { background-color: rgb(113,63,45); }
div.DivClassName
{
background-color: #713F2D;
}
.BgClassName
{
background-color: #713F2D;
}
</style>
border-color css
<style>
span { border-color: #713F2D; }
span { border-color: rgb(113,63,45); }
td.TdClassName
{
border-color: #713F2D;
}
.TagClassName
{
border-color: #713F2D;
}
</style>