#80524A

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

Shades of Lotus #80524A

Tints of Lotus #80524A

Color information

#80524A (or 0x80524A) is unknown color: approx Lotus. HEX triplet: 80, 52 and 4A. RGB value is (128,82,74). Sum of RGB (Red+Green+Blue) = 128+82+74=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #80524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80524A is #7FADB5. Grayscale: #5E5E5E. Windows color (decimal): -8367542 or 4870784. OLE color: 4870784.

HSL color Cylindrical-coordinate representation of color #80524A: hue angle of 8.89º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80524A is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB1288274-
CMYK00.360.420.50
HSL8.89º26.73%39.61%-
HSV(B)8.89º42.19%50.2%-
XYZ13.1611.127.93-
YUV94.84116.24151.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.07%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=45.07%
G=28.87%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128827400.360.420.508.8926.7339.61
Hex80524A0242A3291b28
Octal2001221120445262113350
Binary10000000101001010010100100100101010110010100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,82,74); }

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

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

 a { background-color: rgb(128,82,74); }

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

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

 span { border-color: rgb(128,82,74); }

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