Shades of Copper Canyon #713E2E
Tints of Copper Canyon #713E2E
RGB
CMYK
RGB Variations
Color information
#713E2E (or 0x713E2E) is known color: Copper Canyon. HEX triplet: 71, 3E and 2E. RGB value is (113,62,46). Sum of RGB (Red+Green+Blue) = 113+62+46=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #713E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E2E is #8EC1D1. Grayscale: #4B4B4B. Windows color (decimal): -9355730 or 3030641. OLE color: 3030641.
HSL color Cylindrical-coordinate representation of color #713E2E: hue angle of 14.33º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #713E2E is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 62 | 46 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.56 |
| HSL | 14.33º | 0.42% | 0.31% | - |
| HSV(B) | 14.33º | 0.59% | 0.44% | - |
| XYZ | 9.03 | 7.15 | 3.49 | - |
| YUV | 75.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 46 | 0 | 0.45 | 0.59 | 0.56 | 14.33 | 0.42 | 0.31 |
| Hex | 71 | 3E | 2E | 0 | 2D | 3B | 38 | E | 2A | 1F |
| Octal | 161 | 76 | 56 | 0 | 55 | 73 | 70 | 16 | 52 | 37 |
| Binary | 1110001 | 111110 | 101110 | 0 | 101101 | 111011 | 111000 | 1110 | 101010 | 11111 |
Color Harmonies of #713E2E
Complementary color
Monochromatic Colors of #713E2E
Black with #713E2E
Text Example
Text Example
White with #713E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713E2E; }
p { color: rgb(113,62,46); }
H1.HeaderClassName
{
color: #713E2E;
}
.AnyTagClassName
{
color: #713E2E;
}
</style>
background-color css
<style>
a { background-color: #713E2E; }
a { background-color: rgb(113,62,46); }
div.DivClassName
{
background-color: #713E2E;
}
.BgClassName
{
background-color: #713E2E;
}
</style>
border-color css
<style>
span { border-color: #713E2E; }
span { border-color: rgb(113,62,46); }
td.TdClassName
{
border-color: #713E2E;
}
.TagClassName
{
border-color: #713E2E;
}
</style>