Shades of Copper Canyon #713F2B
Tints of Copper Canyon #713F2B
RGB
CMYK
RGB Variations
Color information
#713F2B (or 0x713F2B) is known color: Copper Canyon. HEX triplet: 71, 3F and 2B. RGB value is (113,63,43). Sum of RGB (Red+Green+Blue) = 113+63+43=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #713F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F2B is #8EC0D4. Grayscale: #4B4B4B. Windows color (decimal): -9355477 or 2834289. OLE color: 2834289.
HSL color Cylindrical-coordinate representation of color #713F2B: hue angle of 17.14º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #713F2B is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 43 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.56 |
| HSL | 17.14º | 0.45% | 0.31% | - |
| HSV(B) | 17.14º | 0.62% | 0.44% | - |
| XYZ | 9.02 | 7.24 | 3.21 | - |
| YUV | 75.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 43 | 0 | 0.44 | 0.62 | 0.56 | 17.14 | 0.45 | 0.31 |
| Hex | 71 | 3F | 2B | 0 | 2C | 3E | 38 | 11 | 2D | 1F |
| Octal | 161 | 77 | 53 | 0 | 54 | 76 | 70 | 21 | 55 | 37 |
| Binary | 1110001 | 111111 | 101011 | 0 | 101100 | 111110 | 111000 | 10001 | 101101 | 11111 |
Color Harmonies of #713F2B
Complementary color
Monochromatic Colors of #713F2B
Black with #713F2B
Text Example
Text Example
White with #713F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F2B; }
p { color: rgb(113,63,43); }
H1.HeaderClassName
{
color: #713F2B;
}
.AnyTagClassName
{
color: #713F2B;
}
</style>
background-color css
<style>
a { background-color: #713F2B; }
a { background-color: rgb(113,63,43); }
div.DivClassName
{
background-color: #713F2B;
}
.BgClassName
{
background-color: #713F2B;
}
</style>
border-color css
<style>
span { border-color: #713F2B; }
span { border-color: rgb(113,63,43); }
td.TdClassName
{
border-color: #713F2B;
}
.TagClassName
{
border-color: #713F2B;
}
</style>