#704339

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

Shades of Metallic Copper #704339

Tints of Metallic Copper #704339

Color information

#704339 (or 0x704339) is unknown color: approx Metallic Copper. HEX triplet: 70, 43 and 39. RGB value is (112,67,57). Sum of RGB (Red+Green+Blue) = 112+67+57=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #704339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704339 is #8FBCC6. Grayscale: #4F4F4F. Windows color (decimal): -9419975 or 3752816. OLE color: 3752816.

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

Color convert

RGB1126757-
CMYK00.400.490.56
HSL10.91º32.54%33.14%-
HSV(B)10.91º49.11%43.92%-
XYZ9.437.754.87-
YUV79.32115.41151.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.46%
GREEN value IS 67 (26.56% from 255) = 28.39%
BLUE value IS 57 (22.66% from 255) = 24.15%
R=47.46%
G=28.39%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112675700.400.490.5610.9132.5433.14
Hex7043390283138b2121
Octal160103710506170134141
Binary1110000100001111100101010001100011110001011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704339; }

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

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

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

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

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

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

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

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