#79533A

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

Shades of Old Copper #79533A

Tints of Old Copper #79533A

Color information

#79533A (or 0x79533A) is unknown color: approx Old Copper. HEX triplet: 79, 53 and 3A. RGB value is (121,83,58). Sum of RGB (Red+Green+Blue) = 121+83+58=262 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.18% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 121 - color contains mainly: red. Hex color #79533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79533A is #86ACC5. Grayscale: #5B5B5B. Windows color (decimal): -8826054 or 3822457. OLE color: 3822457.

HSL color Cylindrical-coordinate representation of color #79533A: hue angle of 23.81º 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 #79533A is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB1218358-
CMYK00.310.520.53
HSL23.81º35.2%35.1%-
HSV(B)23.81º52.07%47.45%-
XYZ11.7410.565.42-
YUV91.51109.09149.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.18%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 58 (23.05% from 255) = 22.14%
R=46.18%
G=31.68%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121835800.310.520.5323.8135.235.1
Hex79533A01F3435182323
Octal171123720376465304343
Binary1111001101001111101001111111010011010111000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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