#795341

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

Shades of Old Copper #795341

Tints of Old Copper #795341

Color information

#795341 (or 0x795341) is unknown color: approx Old Copper. HEX triplet: 79, 53 and 41. RGB value is (121,83,65). Sum of RGB (Red+Green+Blue) = 121+83+65=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #795341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795341 is #86ACBE. Grayscale: #5C5C5C. Windows color (decimal): -8826047 or 4281209. OLE color: 4281209.

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

Color convert

RGB1218365-
CMYK00.310.460.53
HSL19.29º30.11%36.47%-
HSV(B)19.29º46.28%47.45%-
XYZ11.9310.636.42-
YUV92.31112.59148.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.98%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 65 (25.78% from 255) = 24.16%
R=44.98%
G=30.86%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121836500.310.460.5319.2930.1136.47
Hex79534101F2E35131e24
Octal1711231010375665233644
Binary1111001101001110000010111111011101101011001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795341; }

 p { color: rgb(121,83,65); }

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

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

 a { background-color: rgb(121,83,65); }

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

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

 span { border-color: rgb(121,83,65); }

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