#80564E

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

Shades of Lotus #80564E

Tints of Lotus #80564E

Color information

#80564E (or 0x80564E) is unknown color: approx Lotus. HEX triplet: 80, 56 and 4E. RGB value is (128,86,78). Sum of RGB (Red+Green+Blue) = 128+86+78=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #80564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80564E is #7FA9B1. Grayscale: #616161. Windows color (decimal): -8366514 or 5133952. OLE color: 5133952.

HSL color Cylindrical-coordinate representation of color #80564E: hue angle of 9.6º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80564E is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB1288678-
CMYK00.330.390.50
HSL9.6º24.27%40.39%-
HSV(B)9.6º39.06%50.2%-
XYZ13.6111.798.77-
YUV97.65116.91149.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 78 (30.86% from 255) = 26.71%
R=43.84%
G=29.45%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128867800.330.390.509.624.2740.39
Hex80564E0212732a1828
Octal2001261160414762123050
Binary10000000101011010011100100001100111110010101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80564E; }

 p { color: rgb(128,86,78); }

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

<style>
 a { background-color: #80564E; }

 a { background-color: rgb(128,86,78); }

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

<style>
 span { border-color: #80564E; }

 span { border-color: rgb(128,86,78); }

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