#704439

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

Shades of Metallic Copper #704439

Tints of Metallic Copper #704439

Color information

#704439 (or 0x704439) is unknown color: approx Metallic Copper. HEX triplet: 70, 44 and 39. RGB value is (112,68,57). Sum of RGB (Red+Green+Blue) = 112+68+57=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #704439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704439 is #8FBBC6. Grayscale: #4F4F4F. Windows color (decimal): -9419719 or 3753072. OLE color: 3753072.

HSL color Cylindrical-coordinate representation of color #704439: hue angle of 12º 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 #704439 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1126857-
CMYK00.390.490.56
HSL12º32.54%33.14%-
HSV(B)12º49.11%43.92%-
XYZ9.497.874.89-
YUV79.9115.08150.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 57 (22.66% from 255) = 24.05%
R=47.26%
G=28.69%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112685700.390.490.561232.5433.14
Hex7044390273138c2121
Octal160104710476170144141
Binary1110000100010011100101001111100011110001100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704439; }

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

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

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

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

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

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

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

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