Shades of Copper Canyon #71412F
Tints of Copper Canyon #71412F
RGB
CMYK
RGB Variations
Color information
#71412F (or 0x71412F) is known color: Copper Canyon. HEX triplet: 71, 41 and 2F. RGB value is (113,65,47). Sum of RGB (Red+Green+Blue) = 113+65+47=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71412F is #8EBED0. Grayscale: #4D4D4D. Windows color (decimal): -9354961 or 3096945. OLE color: 3096945.
HSL color Cylindrical-coordinate representation of color #71412F: hue angle of 16.36º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71412F is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 65 | 47 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.56 |
| HSL | 16.36º | 0.41% | 0.31% | - |
| HSV(B) | 16.36º | 0.58% | 0.44% | - |
| XYZ | 9.21 | 7.5 | 3.65 | - |
| YUV | 77.3 | 110.9 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 47 | 0 | 0.42 | 0.58 | 0.56 | 16.36 | 0.41 | 0.31 |
| Hex | 71 | 41 | 2F | 0 | 2A | 3A | 38 | 10 | 29 | 1F |
| Octal | 161 | 101 | 57 | 0 | 52 | 72 | 70 | 20 | 51 | 37 |
| Binary | 1110001 | 1000001 | 101111 | 0 | 101010 | 111010 | 111000 | 10000 | 101001 | 11111 |
Color Harmonies of #71412F
Complementary color
Monochromatic Colors of #71412F
Black with #71412F
Text Example
Text Example
White with #71412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71412F; }
p { color: rgb(113,65,47); }
H1.HeaderClassName
{
color: #71412F;
}
.AnyTagClassName
{
color: #71412F;
}
</style>
background-color css
<style>
a { background-color: #71412F; }
a { background-color: rgb(113,65,47); }
div.DivClassName
{
background-color: #71412F;
}
.BgClassName
{
background-color: #71412F;
}
</style>
border-color css
<style>
span { border-color: #71412F; }
span { border-color: rgb(113,65,47); }
td.TdClassName
{
border-color: #71412F;
}
.TagClassName
{
border-color: #71412F;
}
</style>