#844E4D

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

Shades of Lotus #844E4D

Tints of Lotus #844E4D

Color information

#844E4D (or 0x844E4D) is unknown color: approx Lotus. HEX triplet: 84, 4E and 4D. RGB value is (132,78,77). Sum of RGB (Red+Green+Blue) = 132+78+77=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #844E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E4D is #7BB1B2. Grayscale: #5E5E5E. Windows color (decimal): -8106419 or 5066372. OLE color: 5066372.

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

Color convert

RGB1327877-
CMYK00.410.420.48
HSL1.09º26.32%40.98%-
HSV(B)1.09º41.67%51.76%-
XYZ13.5810.898.41-
YUV94.03118.39155.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 77 (30.47% from 255) = 26.83%
R=45.99%
G=27.18%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132787700.410.420.481.0926.3240.98
Hex844E4D0292A3011a29
Octal204116115051526013251
Binary10000100100111010011010101001101010110000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844E4D; }

 p { color: rgb(132,78,77); }

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

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

 a { background-color: rgb(132,78,77); }

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

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

 span { border-color: rgb(132,78,77); }

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