#845853

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

Shades of Lotus #845853

Tints of Lotus #845853

Color information

#845853 (or 0x845853) is unknown color: approx Lotus. HEX triplet: 84, 58 and 53. RGB value is (132,88,83). Sum of RGB (Red+Green+Blue) = 132+88+83=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #845853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845853 is #7BA7AC. Grayscale: #646464. Windows color (decimal): -8103853 or 5462148. OLE color: 5462148.

HSL color Cylindrical-coordinate representation of color #845853: hue angle of 6.12º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #845853 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB1328883-
CMYK00.330.370.48
HSL6.12º22.79%42.16%-
HSV(B)6.12º37.12%51.76%-
XYZ14.5712.519.83-
YUV100.59118.08150.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 83 (32.81% from 255) = 27.39%
R=43.56%
G=29.04%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132888300.330.370.486.1222.7942.16
Hex84585302125306172a
Octal204130123041456062752
Binary1000010010110001010011010000110010111000011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845853; }

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

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

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

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

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

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

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

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