#805954

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

Shades of Lotus #805954

Tints of Lotus #805954

Color information

#805954 (or 0x805954) is unknown color: approx Lotus. HEX triplet: 80, 59 and 54. RGB value is (128,89,84). Sum of RGB (Red+Green+Blue) = 128+89+84=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #805954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805954 is #7FA6AB. Grayscale: #646464. Windows color (decimal): -8365740 or 5527936. OLE color: 5527936.

HSL color Cylindrical-coordinate representation of color #805954: hue angle of 6.82º 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 #805954 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB1288984-
CMYK00.300.340.50
HSL6.82º20.75%41.57%-
HSV(B)6.82º34.38%50.2%-
XYZ14.0712.3710.03-
YUV100.09118.92147.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.52%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=42.52%
G=29.57%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128898400.300.340.506.8220.7541.57
Hex80595401E22327152a
Octal200131124036426272552
Binary100000001011001101010001111010001011001011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805954; }

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

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

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

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

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

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

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

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