#795747

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

Shades of Old Copper #795747

Tints of Old Copper #795747

Color information

#795747 (or 0x795747) is unknown color: approx Old Copper. HEX triplet: 79, 57 and 47. RGB value is (121,87,71). Sum of RGB (Red+Green+Blue) = 121+87+71=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #795747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795747 is #86A8B8. Grayscale: #5F5F5F. Windows color (decimal): -8825017 or 4675449. OLE color: 4675449.

HSL color Cylindrical-coordinate representation of color #795747: hue angle of 19.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #795747 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB1218771-
CMYK00.280.410.53
HSL19.2º26.04%37.65%-
HSV(B)19.2º41.32%47.45%-
XYZ12.4311.347.49-
YUV95.34114.26146.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.37%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 71 (28.12% from 255) = 25.45%
R=43.37%
G=31.18%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121877100.280.410.5319.226.0437.65
Hex79574701C2935131a26
Octal1711271070345165233246
Binary1111001101011110001110111001010011101011001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795747; }

 p { color: rgb(121,87,71); }

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

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

 a { background-color: rgb(121,87,71); }

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

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

 span { border-color: rgb(121,87,71); }

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