Shades of Copper Canyon #713D2D
Tints of Copper Canyon #713D2D
RGB
CMYK
RGB Variations
Color information
#713D2D (or 0x713D2D) is known color: Copper Canyon. HEX triplet: 71, 3D and 2D. RGB value is (113,61,45). Sum of RGB (Red+Green+Blue) = 113+61+45=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #713D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D2D is #8EC2D2. Grayscale: #4A4A4A. Windows color (decimal): -9355987 or 2964849. OLE color: 2964849.
HSL color Cylindrical-coordinate representation of color #713D2D: hue angle of 14.12º 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 #713D2D is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 45 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.56 |
| HSL | 14.12º | 0.43% | 0.31% | - |
| HSV(B) | 14.12º | 0.6% | 0.44% | - |
| XYZ | 8.95 | 7.04 | 3.37 | - |
| YUV | 74.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 45 | 0 | 0.46 | 0.60 | 0.56 | 14.12 | 0.43 | 0.31 |
| Hex | 71 | 3D | 2D | 0 | 2E | 3C | 38 | E | 2B | 1F |
| Octal | 161 | 75 | 55 | 0 | 56 | 74 | 70 | 16 | 53 | 37 |
| Binary | 1110001 | 111101 | 101101 | 0 | 101110 | 111100 | 111000 | 1110 | 101011 | 11111 |
Color Harmonies of #713D2D
Complementary color
Monochromatic Colors of #713D2D
Black with #713D2D
Text Example
Text Example
White with #713D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D2D; }
p { color: rgb(113,61,45); }
H1.HeaderClassName
{
color: #713D2D;
}
.AnyTagClassName
{
color: #713D2D;
}
</style>
background-color css
<style>
a { background-color: #713D2D; }
a { background-color: rgb(113,61,45); }
div.DivClassName
{
background-color: #713D2D;
}
.BgClassName
{
background-color: #713D2D;
}
</style>
border-color css
<style>
span { border-color: #713D2D; }
span { border-color: rgb(113,61,45); }
td.TdClassName
{
border-color: #713D2D;
}
.TagClassName
{
border-color: #713D2D;
}
</style>