#79573D

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

Shades of Old Copper #79573D

Tints of Old Copper #79573D

Color information

#79573D (or 0x79573D) is unknown color: approx Old Copper. HEX triplet: 79, 57 and 3D. RGB value is (121,87,61). Sum of RGB (Red+Green+Blue) = 121+87+61=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #79573D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79573D is #86A8C2. Grayscale: #5E5E5E. Windows color (decimal): -8825027 or 4020089. OLE color: 4020089.

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

Color convert

RGB1218761-
CMYK00.280.500.53
HSL26º32.97%35.69%-
HSV(B)26º49.59%47.45%-
XYZ12.1411.225.94-
YUV94.2109.26147.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.98%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 61 (24.22% from 255) = 22.68%
R=44.98%
G=32.34%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121876100.280.500.532632.9735.69
Hex79573D01C32351a2124
Octal171127750346265324144
Binary1111001101011111110101110011001011010111010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79573D; }

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

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

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

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

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

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

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

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