#704F34

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

Shades of Old Copper #704F34

Tints of Old Copper #704F34

Color information

#704F34 (or 0x704F34) is unknown color: approx Old Copper. HEX triplet: 70, 4F and 34. RGB value is (112,79,52). Sum of RGB (Red+Green+Blue) = 112+79+52=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #704F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F34 is #8FB0CB. Grayscale: #555555. Windows color (decimal): -9416908 or 3428208. OLE color: 3428208.

HSL color Cylindrical-coordinate representation of color #704F34: hue angle of 27º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #704F34 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1127952-
CMYK00.290.540.56
HSL27º36.59%32.16%-
HSV(B)27º53.57%43.92%-
XYZ10.19.284.51-
YUV85.79108.93146.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 52 (20.70% from 255) = 21.40%
R=46.09%
G=32.51%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112795200.290.540.562736.5932.16
Hex704F3401D36381b2520
Octal160117640356670334540
Binary1110000100111111010001110111011011100011011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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