#80524D

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

Shades of Lotus #80524D

Tints of Lotus #80524D

Color information

#80524D (or 0x80524D) is unknown color: approx Lotus. HEX triplet: 80, 52 and 4D. RGB value is (128,82,77). Sum of RGB (Red+Green+Blue) = 128+82+77=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80524D is #7FADB2. Grayscale: #5F5F5F. Windows color (decimal): -8367539 or 5067392. OLE color: 5067392.

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

Color convert

RGB1288277-
CMYK00.360.400.50
HSL5.88º24.88%40.2%-
HSV(B)5.88º39.84%50.2%-
XYZ13.2611.168.48-
YUV95.18117.74151.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 77 (30.47% from 255) = 26.83%
R=44.60%
G=28.57%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128827700.360.400.505.8824.8840.2
Hex80524D024283261928
Octal200122115044506263150
Binary1000000010100101001101010010010100011001011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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