Shades of Copper Canyon #703D2B
Tints of Copper Canyon #703D2B
RGB
CMYK
RGB Variations
Color information
#703D2B (or 0x703D2B) is known color: Copper Canyon. HEX triplet: 70, 3D and 2B. RGB value is (112,61,43). Sum of RGB (Red+Green+Blue) = 112+61+43=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #703D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D2B is #8FC2D4. Grayscale: #4A4A4A. Windows color (decimal): -9421525 or 2833776. OLE color: 2833776.
HSL color Cylindrical-coordinate representation of color #703D2B: hue angle of 15.65º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #703D2B is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 61 | 43 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.56 |
| HSL | 15.65º | 0.45% | 0.3% | - |
| HSV(B) | 15.65º | 0.62% | 0.44% | - |
| XYZ | 8.79 | 6.96 | 3.17 | - |
| YUV | 74.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 43 | 0 | 0.46 | 0.62 | 0.56 | 15.65 | 0.45 | 0.3 |
| Hex | 70 | 3D | 2B | 0 | 2E | 3E | 38 | 10 | 2D | 1E |
| Octal | 160 | 75 | 53 | 0 | 56 | 76 | 70 | 20 | 55 | 36 |
| Binary | 1110000 | 111101 | 101011 | 0 | 101110 | 111110 | 111000 | 10000 | 101101 | 11110 |
Color Harmonies of #703D2B
Complementary color
Monochromatic Colors of #703D2B
Black with #703D2B
Text Example
Text Example
White with #703D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D2B; }
p { color: rgb(112,61,43); }
H1.HeaderClassName
{
color: #703D2B;
}
.AnyTagClassName
{
color: #703D2B;
}
</style>
background-color css
<style>
a { background-color: #703D2B; }
a { background-color: rgb(112,61,43); }
div.DivClassName
{
background-color: #703D2B;
}
.BgClassName
{
background-color: #703D2B;
}
</style>
border-color css
<style>
span { border-color: #703D2B; }
span { border-color: rgb(112,61,43); }
td.TdClassName
{
border-color: #703D2B;
}
.TagClassName
{
border-color: #703D2B;
}
</style>