#844E49

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

Shades of Lotus #844E49

Tints of Lotus #844E49

Color information

#844E49 (or 0x844E49) is unknown color: approx Lotus. HEX triplet: 84, 4E and 49. RGB value is (132,78,73). Sum of RGB (Red+Green+Blue) = 132+78+73=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #844E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844E49 is #7BB1B6. Grayscale: #5D5D5D. Windows color (decimal): -8106423 or 4804228. OLE color: 4804228.

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

Color convert

RGB1327873-
CMYK00.410.450.48
HSL5.08º28.78%40.2%-
HSV(B)5.08º44.7%51.76%-
XYZ13.4410.847.69-
YUV93.58116.39155.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.64%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 73 (28.91% from 255) = 25.80%
R=46.64%
G=27.56%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132787300.410.450.485.0828.7840.2
Hex844E490292D3051d28
Octal204116111051556053550
Binary1000010010011101001001010100110110111000010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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