#805854

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

Shades of Lotus #805854

Tints of Lotus #805854

Color information

#805854 (or 0x805854) is unknown color: approx Lotus. HEX triplet: 80, 58 and 54. RGB value is (128,88,84). Sum of RGB (Red+Green+Blue) = 128+88+84=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #805854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805854 is #7FA7AB. Grayscale: #636363. Windows color (decimal): -8365996 or 5527680. OLE color: 5527680.

HSL color Cylindrical-coordinate representation of color #805854: hue angle of 5.45º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805854 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB1288884-
CMYK00.310.340.50
HSL5.45º20.75%41.57%-
HSV(B)5.45º34.38%50.2%-
XYZ13.9912.2110.01-
YUV99.5119.25148.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.67%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 84 (33.20% from 255) = 28%
R=42.67%
G=29.33%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128888400.310.340.505.4520.7541.57
Hex80585401F22325152a
Octal200130124037426252552
Binary100000001011000101010001111110001011001010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805854; }

 p { color: rgb(128,88,84); }

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

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

 a { background-color: rgb(128,88,84); }

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

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

 span { border-color: rgb(128,88,84); }

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