#703F2C

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

Shades of Copper Canyon #703F2C

Tints of Copper Canyon #703F2C

Color information

#703F2C (or 0x703F2C) is unknown color: approx Copper Canyon. HEX triplet: 70, 3F and 2C. RGB value is (112,63,44). Sum of RGB (Red+Green+Blue) = 112+63+44=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #703F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F2C is #8FC0D3. Grayscale: #4B4B4B. Windows color (decimal): -9421012 or 2899824. OLE color: 2899824.

HSL color Cylindrical-coordinate representation of color #703F2C: hue angle of 16.76º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #703F2C is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1126344-
CMYK00.440.610.56
HSL16.76º43.59%30.59%-
HSV(B)16.76º60.71%43.92%-
XYZ8.917.183.3-
YUV75.48110.23154.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 63 (25% from 255) = 28.77%
BLUE value IS 44 (17.58% from 255) = 20.09%
R=51.14%
G=28.77%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112634400.440.610.5616.7643.5930.59
Hex703F2C02C3D38112c1f
Octal16077540547570215437
Binary111000011111110110001011001111011110001000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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