#703F2E

Color #703F2E Copper Canyon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Canyon #703F2E

Tints of Copper Canyon #703F2E

Color information

#703F2E (or 0x703F2E) is unknown color: approx Copper Canyon. HEX triplet: 70, 3F and 2E. RGB value is (112,63,46). Sum of RGB (Red+Green+Blue) = 112+63+46=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #703F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F2E is #8FC0D1. Grayscale: #4B4B4B. Windows color (decimal): -9421010 or 3030896. OLE color: 3030896.

HSL color Cylindrical-coordinate representation of color #703F2E: hue angle of 15.45º 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 #703F2E is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1126346-
CMYK00.440.590.56
HSL15.45º41.77%30.98%-
HSV(B)15.45º58.93%43.92%-
XYZ8.957.23.5-
YUV75.71111.23153.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 63 (25% from 255) = 28.51%
BLUE value IS 46 (18.36% from 255) = 20.81%
R=50.68%
G=28.51%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112634600.440.590.5615.4541.7730.98
Hex703F2E02C3B38f2a1f
Octal16077560547370175237
Binary11100001111111011100101100111011111000111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703F2E; }

 p { color: rgb(112,63,46); }

 H1.HeaderClassName
 {
   color: #703F2E;
 }
 .AnyTagClassName
 {
   color: #703F2E;
 }
</style>
background-color css

<style>
 a { background-color: #703F2E; }

 a { background-color: rgb(112,63,46); }

 div.DivClassName
 {
   background-color: #703F2E;
 }
 .BgClassName
 {
   background-color: #703F2E;
 }
</style>
border-color css

<style>
 span { border-color: #703F2E; }

 span { border-color: rgb(112,63,46); }

 td.TdClassName
 {
   border-color: #703F2E;
 }
 .TagClassName
 {
   border-color: #703F2E;
 }
</style>