#7A533D

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

Shades of Old Copper #7A533D

Tints of Old Copper #7A533D

Color information

#7A533D (or 0x7A533D) is unknown color: approx Old Copper. HEX triplet: 7A, 53 and 3D. RGB value is (122,83,61). Sum of RGB (Red+Green+Blue) = 122+83+61=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A533D is #85ACC2. Grayscale: #5C5C5C. Windows color (decimal): -8760515 or 4019066. OLE color: 4019066.

HSL color Cylindrical-coordinate representation of color #7A533D: hue angle of 21.64º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A533D is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB1228361-
CMYK00.320.500.52
HSL21.64º33.33%35.88%-
HSV(B)21.64º50%47.84%-
XYZ11.9610.665.84-
YUV92.15110.42149.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.86%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 61 (24.22% from 255) = 22.93%
R=45.86%
G=31.20%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122836100.320.500.5221.6433.3335.88
Hex7A533D0203234162124
Octal172123750406264264144
Binary11110101010011111101010000011001011010010110100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A533D; }

 p { color: rgb(122,83,61); }

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

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

 a { background-color: rgb(122,83,61); }

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

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

 span { border-color: rgb(122,83,61); }

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