#79523F

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

Shades of Old Copper #79523F

Tints of Old Copper #79523F

Color information

#79523F (or 0x79523F) is unknown color: approx Old Copper. HEX triplet: 79, 52 and 3F. RGB value is (121,82,63). Sum of RGB (Red+Green+Blue) = 121+82+63=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #79523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79523F is #86ADC0. Grayscale: #5B5B5B. Windows color (decimal): -8826305 or 4149881. OLE color: 4149881.

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

Color convert

RGB1218263-
CMYK00.320.480.53
HSL19.66º31.52%36.08%-
HSV(B)19.66º47.93%47.45%-
XYZ11.810.466.1-
YUV91.5111.92149.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.49%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 63 (25% from 255) = 23.68%
R=45.49%
G=30.83%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121826300.320.480.5319.6631.5236.08
Hex79523F0203035142024
Octal171122770406065244044
Binary11110011010010111111010000011000011010110100100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79523F; }

 p { color: rgb(121,82,63); }

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

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

 a { background-color: rgb(121,82,63); }

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

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

 span { border-color: rgb(121,82,63); }

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