#704539

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

Shades of Metallic Copper #704539

Tints of Metallic Copper #704539

Color information

#704539 (or 0x704539) is unknown color: approx Metallic Copper. HEX triplet: 70, 45 and 39. RGB value is (112,69,57). Sum of RGB (Red+Green+Blue) = 112+69+57=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #704539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704539 is #8FBAC6. Grayscale: #505050. Windows color (decimal): -9419463 or 3753328. OLE color: 3753328.

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

Color convert

RGB1126957-
CMYK00.380.490.56
HSL13.09º32.54%33.14%-
HSV(B)13.09º49.11%43.92%-
XYZ9.5584.91-
YUV80.49114.75150.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.06%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 57 (22.66% from 255) = 23.95%
R=47.06%
G=28.99%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112695700.380.490.5613.0932.5433.14
Hex7045390263138d2121
Octal160105710466170154141
Binary1110000100010111100101001101100011110001101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704539; }

 p { color: rgb(112,69,57); }

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

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

 a { background-color: rgb(112,69,57); }

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

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

 span { border-color: rgb(112,69,57); }

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