#704E37

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

Shades of Old Copper #704E37

Tints of Old Copper #704E37

Color information

#704E37 (or 0x704E37) is unknown color: approx Old Copper. HEX triplet: 70, 4E and 37. RGB value is (112,78,55). Sum of RGB (Red+Green+Blue) = 112+78+55=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #704E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E37 is #8FB1C8. Grayscale: #555555. Windows color (decimal): -9417161 or 3624560. OLE color: 3624560.

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

Color convert

RGB1127855-
CMYK00.300.510.56
HSL24.21º34.13%32.75%-
HSV(B)24.21º50.89%43.92%-
XYZ10.19.174.85-
YUV85.54110.76146.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 55 (21.88% from 255) = 22.45%
R=45.71%
G=31.84%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112785500.300.510.5624.2134.1332.75
Hex704E3701E3338182221
Octal160116670366370304241
Binary1110000100111011011101111011001111100011000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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