Shades of Copper Canyon #713D2B
Tints of Copper Canyon #713D2B
RGB
CMYK
RGB Variations
Color information
#713D2B (or 0x713D2B) is known color: Copper Canyon. HEX triplet: 71, 3D and 2B. RGB value is (113,61,43). Sum of RGB (Red+Green+Blue) = 113+61+43=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #713D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D2B is #8EC2D4. Grayscale: #4A4A4A. Windows color (decimal): -9355989 or 2833777. OLE color: 2833777.
HSL color Cylindrical-coordinate representation of color #713D2B: hue angle of 15.43º 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 #713D2B is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 43 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.56 |
| HSL | 15.43º | 0.45% | 0.31% | - |
| HSV(B) | 15.43º | 0.62% | 0.44% | - |
| XYZ | 8.91 | 7.02 | 3.17 | - |
| YUV | 74.5 | 110.23 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 43 | 0 | 0.46 | 0.62 | 0.56 | 15.43 | 0.45 | 0.31 |
| Hex | 71 | 3D | 2B | 0 | 2E | 3E | 38 | F | 2D | 1F |
| Octal | 161 | 75 | 53 | 0 | 56 | 76 | 70 | 17 | 55 | 37 |
| Binary | 1110001 | 111101 | 101011 | 0 | 101110 | 111110 | 111000 | 1111 | 101101 | 11111 |
Color Harmonies of #713D2B
Complementary color
Monochromatic Colors of #713D2B
Black with #713D2B
Text Example
Text Example
White with #713D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D2B; }
p { color: rgb(113,61,43); }
H1.HeaderClassName
{
color: #713D2B;
}
.AnyTagClassName
{
color: #713D2B;
}
</style>
background-color css
<style>
a { background-color: #713D2B; }
a { background-color: rgb(113,61,43); }
div.DivClassName
{
background-color: #713D2B;
}
.BgClassName
{
background-color: #713D2B;
}
</style>
border-color css
<style>
span { border-color: #713D2B; }
span { border-color: rgb(113,61,43); }
td.TdClassName
{
border-color: #713D2B;
}
.TagClassName
{
border-color: #713D2B;
}
</style>