Shades of Copper Canyon #70412F
Tints of Copper Canyon #70412F
RGB
CMYK
RGB Variations
Color information
#70412F (or 0x70412F) is known color: Copper Canyon. HEX triplet: 70, 41 and 2F. RGB value is (112,65,47). Sum of RGB (Red+Green+Blue) = 112+65+47=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70412F is #8FBED0. Grayscale: #4D4D4D. Windows color (decimal): -9420497 or 3096944. OLE color: 3096944.
HSL color Cylindrical-coordinate representation of color #70412F: hue angle of 16.62º 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 #70412F is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 65 | 47 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.56 |
| HSL | 16.62º | 0.41% | 0.31% | - |
| HSV(B) | 16.62º | 0.58% | 0.44% | - |
| XYZ | 9.09 | 7.43 | 3.64 | - |
| YUV | 77 | 111.07 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 47 | 0 | 0.42 | 0.58 | 0.56 | 16.62 | 0.41 | 0.31 |
| Hex | 70 | 41 | 2F | 0 | 2A | 3A | 38 | 11 | 29 | 1F |
| Octal | 160 | 101 | 57 | 0 | 52 | 72 | 70 | 21 | 51 | 37 |
| Binary | 1110000 | 1000001 | 101111 | 0 | 101010 | 111010 | 111000 | 10001 | 101001 | 11111 |
Color Harmonies of #70412F
Complementary color
Monochromatic Colors of #70412F
Black with #70412F
Text Example
Text Example
White with #70412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70412F; }
p { color: rgb(112,65,47); }
H1.HeaderClassName
{
color: #70412F;
}
.AnyTagClassName
{
color: #70412F;
}
</style>
background-color css
<style>
a { background-color: #70412F; }
a { background-color: rgb(112,65,47); }
div.DivClassName
{
background-color: #70412F;
}
.BgClassName
{
background-color: #70412F;
}
</style>
border-color css
<style>
span { border-color: #70412F; }
span { border-color: rgb(112,65,47); }
td.TdClassName
{
border-color: #70412F;
}
.TagClassName
{
border-color: #70412F;
}
</style>