#704E3C

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

Shades of Old Copper #704E3C

Tints of Old Copper #704E3C

Color information

#704E3C (or 0x704E3C) is unknown color: approx Old Copper. HEX triplet: 70, 4E and 3C. RGB value is (112,78,60). Sum of RGB (Red+Green+Blue) = 112+78+60=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #704E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E3C is #8FB1C3. Grayscale: #565656. Windows color (decimal): -9417156 or 3952240. OLE color: 3952240.

HSL color Cylindrical-coordinate representation of color #704E3C: hue angle of 20.77º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #704E3C is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1127860-
CMYK00.300.460.56
HSL20.77º30.23%33.73%-
HSV(B)20.77º46.43%43.92%-
XYZ10.229.225.52-
YUV86.11113.26146.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 78 (30.86% from 255) = 31.2%
BLUE value IS 60 (23.83% from 255) = 24%
R=44.8%
G=31.2%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112786000.300.460.5620.7730.2333.73
Hex704E3C01E2E38151e22
Octal160116740365670253642
Binary111000010011101111000111101011101110001010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,78,60); }

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

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

 a { background-color: rgb(112,78,60); }

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

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

 span { border-color: rgb(112,78,60); }

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