#703F2F

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

Shades of Copper Canyon #703F2F

Tints of Copper Canyon #703F2F

Color information

#703F2F (or 0x703F2F) is unknown color: approx Copper Canyon. HEX triplet: 70, 3F and 2F. RGB value is (112,63,47). Sum of RGB (Red+Green+Blue) = 112+63+47=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #703F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F2F is #8FC0D0. Grayscale: #4B4B4B. Windows color (decimal): -9421009 or 3096432. OLE color: 3096432.

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

Color convert

RGB1126347-
CMYK00.440.580.56
HSL14.77º40.88%31.18%-
HSV(B)14.77º58.04%43.92%-
XYZ8.977.23.61-
YUV75.83111.73153.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.45%
GREEN value IS 63 (25% from 255) = 28.38%
BLUE value IS 47 (18.75% from 255) = 21.17%
R=50.45%
G=28.38%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112634700.440.580.5614.7740.8831.18
Hex703F2F02C3A38f291f
Octal16077570547270175137
Binary11100001111111011110101100111010111000111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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