#704F39

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

Shades of Old Copper #704F39

Tints of Old Copper #704F39

Color information

#704F39 (or 0x704F39) is unknown color: approx Old Copper. HEX triplet: 70, 4F and 39. RGB value is (112,79,57). Sum of RGB (Red+Green+Blue) = 112+79+57=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #704F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F39 is #8FB0C6. Grayscale: #565656. Windows color (decimal): -9416903 or 3755888. OLE color: 3755888.

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

Color convert

RGB1127957-
CMYK00.290.490.56
HSL24º32.54%33.14%-
HSV(B)24º49.11%43.92%-
XYZ10.229.335.13-
YUV86.36111.43146.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 79 (31.25% from 255) = 31.85%
BLUE value IS 57 (22.66% from 255) = 22.98%
R=45.16%
G=31.85%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112795700.290.490.562432.5433.14
Hex704F3901D3138182121
Octal160117710356170304141
Binary1110000100111111100101110111000111100011000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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