#7A5541

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

Shades of Old Copper #7A5541

Tints of Old Copper #7A5541

Color information

#7A5541 (or 0x7A5541) is unknown color: approx Old Copper. HEX triplet: 7A, 55 and 41. RGB value is (122,85,65). Sum of RGB (Red+Green+Blue) = 122+85+65=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5541 is #85AABE. Grayscale: #5D5D5D. Windows color (decimal): -8759999 or 4281722. OLE color: 4281722.

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

Color convert

RGB1228565-
CMYK00.300.470.52
HSL21.05º30.48%36.67%-
HSV(B)21.05º46.72%47.84%-
XYZ12.2311.026.48-
YUV93.78111.76148.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.85%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 65 (25.78% from 255) = 23.90%
R=44.85%
G=31.25%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122856500.300.470.5221.0530.4836.67
Hex7A554101E2F34151e25
Octal1721251010365764253645
Binary1111010101010110000010111101011111101001010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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