#805853

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

Shades of Lotus #805853

Tints of Lotus #805853

Color information

#805853 (or 0x805853) is unknown color: approx Lotus. HEX triplet: 80, 58 and 53. RGB value is (128,88,83). Sum of RGB (Red+Green+Blue) = 128+88+83=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #805853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805853 is #7FA7AC. Grayscale: #636363. Windows color (decimal): -8365997 or 5462144. OLE color: 5462144.

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

Color convert

RGB1288883-
CMYK00.310.350.50
HSL6.67º21.33%41.37%-
HSV(B)6.67º35.16%50.2%-
XYZ13.9512.199.8-
YUV99.39118.75148.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 83 (32.81% from 255) = 27.76%
R=42.81%
G=29.43%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128888300.310.350.506.6721.3341.37
Hex80585301F233271529
Octal200130123037436272551
Binary100000001011000101001101111110001111001011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805853; }

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

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

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

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

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

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

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

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