#795740

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

Shades of Old Copper #795740

Tints of Old Copper #795740

Color information

#795740 (or 0x795740) is unknown color: approx Old Copper. HEX triplet: 79, 57 and 40. RGB value is (121,87,64). Sum of RGB (Red+Green+Blue) = 121+87+64=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #795740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795740 is #86A8BF. Grayscale: #5E5E5E. Windows color (decimal): -8825024 or 4216697. OLE color: 4216697.

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

Color convert

RGB1218764-
CMYK00.280.470.53
HSL24.21º30.81%36.27%-
HSV(B)24.21º47.11%47.45%-
XYZ12.2211.256.38-
YUV94.54110.76146.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 87 (34.38% from 255) = 31.99%
BLUE value IS 64 (25.39% from 255) = 23.53%
R=44.49%
G=31.99%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121876400.280.470.5324.2130.8136.27
Hex79574001C2F35181f24
Octal1711271000345765303744
Binary1111001101011110000000111001011111101011100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795740; }

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

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

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

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

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

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

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

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