#844E48

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

Shades of Lotus #844E48

Tints of Lotus #844E48

Color information

#844E48 (or 0x844E48) is unknown color: approx Lotus. HEX triplet: 84, 4E and 48. RGB value is (132,78,72). Sum of RGB (Red+Green+Blue) = 132+78+72=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #844E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844E48 is #7BB1B7. Grayscale: #5D5D5D. Windows color (decimal): -8106424 or 4738692. OLE color: 4738692.

HSL color Cylindrical-coordinate representation of color #844E48: hue angle of 6º 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 #844E48 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1327872-
CMYK00.410.450.48
HSL29.41%40%-
HSV(B)45.45%51.76%-
XYZ13.4110.827.51-
YUV93.46115.89155.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 78 (30.86% from 255) = 27.66%
BLUE value IS 72 (28.52% from 255) = 25.53%
R=46.81%
G=27.66%
B=25.53%

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
Decimal132787200.410.450.48629.4140
Hex844E480292D3061d28
Octal204116110051556063550
Binary1000010010011101001000010100110110111000011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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