#704035

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

Shades of Metallic Copper #704035

Tints of Metallic Copper #704035

Color information

#704035 (or 0x704035) is unknown color: approx Metallic Copper. HEX triplet: 70, 40 and 35. RGB value is (112,64,53). Sum of RGB (Red+Green+Blue) = 112+64+53=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #704035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704035 is #8FBFCA. Grayscale: #4D4D4D. Windows color (decimal): -9420747 or 3489904. OLE color: 3489904.

HSL color Cylindrical-coordinate representation of color #704035: hue angle of 11.19º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #704035 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1126453-
CMYK00.430.530.56
HSL11.19º35.76%32.35%-
HSV(B)11.19º52.68%43.92%-
XYZ9.167.374.31-
YUV77.1114.4152.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=48.91%
G=27.95%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112645300.430.530.5611.1935.7632.35
Hex70403502B3538b2420
Octal160100650536570134440
Binary1110000100000011010101010111101011110001011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704035; }

 p { color: rgb(112,64,53); }

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

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

 a { background-color: rgb(112,64,53); }

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

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

 span { border-color: rgb(112,64,53); }

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