#795439

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

Shades of Old Copper #795439

Tints of Old Copper #795439

Color information

#795439 (or 0x795439) is unknown color: approx Old Copper. HEX triplet: 79, 54 and 39. RGB value is (121,84,57). Sum of RGB (Red+Green+Blue) = 121+84+57=262 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.18% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 121 - color contains mainly: red. Hex color #795439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795439 is #86ABC6. Grayscale: #5C5C5C. Windows color (decimal): -8825799 or 3757177. OLE color: 3757177.

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

Color convert

RGB1218457-
CMYK00.310.530.53
HSL25.31º35.96%34.9%-
HSV(B)25.31º52.89%47.45%-
XYZ11.7910.75.31-
YUV91.98108.26148.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.18%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 57 (22.66% from 255) = 21.76%
R=46.18%
G=32.06%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121845700.310.530.5325.3135.9634.9
Hex79543901F3535192423
Octal171124710376565314443
Binary1111001101010011100101111111010111010111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795439; }

 p { color: rgb(121,84,57); }

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

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

 a { background-color: rgb(121,84,57); }

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

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

 span { border-color: rgb(121,84,57); }

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