#704F3C

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

Shades of Old Copper #704F3C

Tints of Old Copper #704F3C

Color information

#704F3C (or 0x704F3C) is unknown color: approx Old Copper. HEX triplet: 70, 4F and 3C. RGB value is (112,79,60). Sum of RGB (Red+Green+Blue) = 112+79+60=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #704F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F3C is #8FB0C3. Grayscale: #565656. Windows color (decimal): -9416900 or 3952496. OLE color: 3952496.

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

Color convert

RGB1127960-
CMYK00.290.460.56
HSL21.92º30.23%33.73%-
HSV(B)21.92º46.43%43.92%-
XYZ10.299.365.54-
YUV86.7112.93146.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.62%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=44.62%
G=31.47%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112796000.290.460.5621.9230.2333.73
Hex704F3C01D2E38161e22
Octal160117740355670263642
Binary111000010011111111000111011011101110001011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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