#845955

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

Shades of Lotus #845955

Tints of Lotus #845955

Color information

#845955 (or 0x845955) is unknown color: approx Lotus. HEX triplet: 84, 59 and 55. RGB value is (132,89,85). Sum of RGB (Red+Green+Blue) = 132+89+85=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #845955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845955 is #7BA6AA. Grayscale: #656565. Windows color (decimal): -8103595 or 5593476. OLE color: 5593476.

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

Color convert

RGB1328985-
CMYK00.330.360.48
HSL5.11º21.66%42.55%-
HSV(B)5.11º35.61%51.76%-
XYZ14.7312.7110.27-
YUV101.4118.75149.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.14%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 85 (33.59% from 255) = 27.78%
R=43.14%
G=29.08%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132898500.330.360.485.1121.6642.55
Hex84595502124305162b
Octal204131125041446052653
Binary1000010010110011010101010000110010011000010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845955; }

 p { color: rgb(132,89,85); }

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

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

 a { background-color: rgb(132,89,85); }

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

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

 span { border-color: rgb(132,89,85); }

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