#704F37

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

Shades of Old Copper #704F37

Tints of Old Copper #704F37

Color information

#704F37 (or 0x704F37) is unknown color: approx Old Copper. HEX triplet: 70, 4F and 37. RGB value is (112,79,55). Sum of RGB (Red+Green+Blue) = 112+79+55=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #704F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F37 is #8FB0C8. Grayscale: #565656. Windows color (decimal): -9416905 or 3624816. OLE color: 3624816.

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

Color convert

RGB1127955-
CMYK00.290.510.56
HSL25.26º34.13%32.75%-
HSV(B)25.26º50.89%43.92%-
XYZ10.179.314.88-
YUV86.13110.43146.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 79 (31.25% from 255) = 32.11%
BLUE value IS 55 (21.88% from 255) = 22.36%
R=45.53%
G=32.11%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112795500.290.510.5625.2634.1332.75
Hex704F3701D3338192221
Octal160117670356370314241
Binary1110000100111111011101110111001111100011001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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