Shades of Copper Canyon #703E2E
Tints of Copper Canyon #703E2E
RGB
CMYK
RGB Variations
Color information
#703E2E (or 0x703E2E) is known color: Copper Canyon. HEX triplet: 70, 3E and 2E. RGB value is (112,62,46). Sum of RGB (Red+Green+Blue) = 112+62+46=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #703E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E2E is #8FC1D1. Grayscale: #4B4B4B. Windows color (decimal): -9421266 or 3030640. OLE color: 3030640.
HSL color Cylindrical-coordinate representation of color #703E2E: hue angle of 14.55º 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 #703E2E is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 62 | 46 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.56 |
| HSL | 14.55º | 0.42% | 0.31% | - |
| HSV(B) | 14.55º | 0.59% | 0.44% | - |
| XYZ | 8.9 | 7.09 | 3.48 | - |
| YUV | 75.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 46 | 0 | 0.45 | 0.59 | 0.56 | 14.55 | 0.42 | 0.31 |
| Hex | 70 | 3E | 2E | 0 | 2D | 3B | 38 | F | 2A | 1F |
| Octal | 160 | 76 | 56 | 0 | 55 | 73 | 70 | 17 | 52 | 37 |
| Binary | 1110000 | 111110 | 101110 | 0 | 101101 | 111011 | 111000 | 1111 | 101010 | 11111 |
Color Harmonies of #703E2E
Complementary color
Monochromatic Colors of #703E2E
Black with #703E2E
Text Example
Text Example
White with #703E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703E2E; }
p { color: rgb(112,62,46); }
H1.HeaderClassName
{
color: #703E2E;
}
.AnyTagClassName
{
color: #703E2E;
}
</style>
background-color css
<style>
a { background-color: #703E2E; }
a { background-color: rgb(112,62,46); }
div.DivClassName
{
background-color: #703E2E;
}
.BgClassName
{
background-color: #703E2E;
}
</style>
border-color css
<style>
span { border-color: #703E2E; }
span { border-color: rgb(112,62,46); }
td.TdClassName
{
border-color: #703E2E;
}
.TagClassName
{
border-color: #703E2E;
}
</style>