#704A39

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

Shades of Old Copper #704A39

Tints of Old Copper #704A39

Color information

#704A39 (or 0x704A39) is unknown color: approx Old Copper. HEX triplet: 70, 4A and 39. RGB value is (112,74,57). Sum of RGB (Red+Green+Blue) = 112+74+57=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #704A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A39 is #8FB5C6. Grayscale: #535353. Windows color (decimal): -9418183 or 3754608. OLE color: 3754608.

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

Color convert

RGB1127457-
CMYK00.340.490.56
HSL18.55º32.54%33.14%-
HSV(B)18.55º49.11%43.92%-
XYZ9.878.645.02-
YUV83.42113.09148.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 57 (22.66% from 255) = 23.46%
R=46.09%
G=30.45%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112745700.340.490.5618.5532.5433.14
Hex704A390223138132121
Octal160112710426170234141
Binary11100001001010111001010001011000111100010011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704A39; }

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

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

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

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

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

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

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

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