#7A553B

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

Shades of Old Copper #7A553B

Tints of Old Copper #7A553B

Color information

#7A553B (or 0x7A553B) is unknown color: approx Old Copper. HEX triplet: 7A, 55 and 3B. RGB value is (122,85,59). Sum of RGB (Red+Green+Blue) = 122+85+59=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A553B is #85AAC4. Grayscale: #5D5D5D. Windows color (decimal): -8760005 or 3888506. OLE color: 3888506.

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

Color convert

RGB1228559-
CMYK00.300.520.52
HSL24.76º34.81%35.49%-
HSV(B)24.76º51.64%47.84%-
XYZ12.0610.955.62-
YUV93.1108.76148.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.86%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 59 (23.44% from 255) = 22.18%
R=45.86%
G=31.95%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122855900.300.520.5224.7634.8135.49
Hex7A553B01E3434192323
Octal172125730366464314343
Binary1111010101010111101101111011010011010011001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,85,59); }

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

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

 a { background-color: rgb(122,85,59); }

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

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

 span { border-color: rgb(122,85,59); }

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