#79523A

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

Shades of Old Copper #79523A

Tints of Old Copper #79523A

Color information

#79523A (or 0x79523A) is unknown color: approx Old Copper. HEX triplet: 79, 52 and 3A. RGB value is (121,82,58). Sum of RGB (Red+Green+Blue) = 121+82+58=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #79523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79523A is #86ADC5. Grayscale: #5B5B5B. Windows color (decimal): -8826310 or 3822201. OLE color: 3822201.

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

Color convert

RGB1218258-
CMYK00.320.520.53
HSL22.86º35.2%35.1%-
HSV(B)22.86º52.07%47.45%-
XYZ11.6710.415.4-
YUV90.92109.42149.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.36%
GREEN value IS 82 (32.42% from 255) = 31.42%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=46.36%
G=31.42%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121825800.320.520.5322.8635.235.1
Hex79523A0203435172323
Octal171122720406465274343
Binary11110011010010111010010000011010011010110111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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