#7a533c

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

Shades of Old Copper #7A533C

Tints of Old Copper #7A533C

Color information

#7A533C (or 0x7A533C) is unknown color: approx Old Copper. HEX triplet: 7A, 53 and 3C. RGB value is (122,83,60). Sum of RGB (Red+Green+Blue) = 122+83+60=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 122 - color contains mainly: red. Hex color #7A533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A533C is #85ACC3. Grayscale: #5C5C5C. Windows color (decimal): -8760516 or 3953530. OLE color: 3953530.

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

Color convert

RGB1228360-
CMYK00.320.510.52
HSL22.26º34.07%35.69%-
HSV(B)22.26º50.82%47.84%-
XYZ11.9310.655.7-
YUV92.04109.92149.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.04%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 60 (23.83% from 255) = 22.64%
R=46.04%
G=31.32%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122836000.320.510.5222.2634.0735.69
Hex7A533C0203334162224
Octal172123740406364264244
Binary11110101010011111100010000011001111010010110100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a533c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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