Shades of Copper Canyon #713F2A
Tints of Copper Canyon #713F2A
RGB
CMYK
RGB Variations
Color information
#713F2A (or 0x713F2A) is known color: Copper Canyon. HEX triplet: 71, 3F and 2A. RGB value is (113,63,42). Sum of RGB (Red+Green+Blue) = 113+63+42=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #713F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F2A is #8EC0D5. Grayscale: #4B4B4B. Windows color (decimal): -9355478 or 2768753. OLE color: 2768753.
HSL color Cylindrical-coordinate representation of color #713F2A: hue angle of 17.75º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #713F2A is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 42 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.56 |
| HSL | 17.75º | 0.46% | 0.3% | - |
| HSV(B) | 17.75º | 0.63% | 0.44% | - |
| XYZ | 9.01 | 7.23 | 3.11 | - |
| YUV | 75.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 42 | 0 | 0.44 | 0.63 | 0.56 | 17.75 | 0.46 | 0.3 |
| Hex | 71 | 3F | 2A | 0 | 2C | 3F | 38 | 12 | 2E | 1E |
| Octal | 161 | 77 | 52 | 0 | 54 | 77 | 70 | 22 | 56 | 36 |
| Binary | 1110001 | 111111 | 101010 | 0 | 101100 | 111111 | 111000 | 10010 | 101110 | 11110 |
Color Harmonies of #713F2A
Complementary color
Monochromatic Colors of #713F2A
Black with #713F2A
Text Example
Text Example
White with #713F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F2A; }
p { color: rgb(113,63,42); }
H1.HeaderClassName
{
color: #713F2A;
}
.AnyTagClassName
{
color: #713F2A;
}
</style>
background-color css
<style>
a { background-color: #713F2A; }
a { background-color: rgb(113,63,42); }
div.DivClassName
{
background-color: #713F2A;
}
.BgClassName
{
background-color: #713F2A;
}
</style>
border-color css
<style>
span { border-color: #713F2A; }
span { border-color: rgb(113,63,42); }
td.TdClassName
{
border-color: #713F2A;
}
.TagClassName
{
border-color: #713F2A;
}
</style>