#795640

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

Shades of Old Copper #795640

Tints of Old Copper #795640

Color information

#795640 (or 0x795640) is unknown color: approx Old Copper. HEX triplet: 79, 56 and 40. RGB value is (121,86,64). Sum of RGB (Red+Green+Blue) = 121+86+64=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #795640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795640 is #86A9BF. Grayscale: #5E5E5E. Windows color (decimal): -8825280 or 4216441. OLE color: 4216441.

HSL color Cylindrical-coordinate representation of color #795640: hue angle of 23.16º 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 #795640 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1218664-
CMYK00.290.470.53
HSL23.16º30.81%36.27%-
HSV(B)23.16º47.11%47.45%-
XYZ12.1411.096.35-
YUV93.96111.1147.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.65%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=44.65%
G=31.73%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121866400.290.470.5323.1630.8136.27
Hex79564001D2F35171f24
Octal1711261000355765273744
Binary1111001101011010000000111011011111101011011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795640; }

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

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

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

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

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

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

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

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