#844E4B

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

Shades of Lotus #844E4B

Tints of Lotus #844E4B

Color information

#844E4B (or 0x844E4B) is unknown color: approx Lotus. HEX triplet: 84, 4E and 4B. RGB value is (132,78,75). Sum of RGB (Red+Green+Blue) = 132+78+75=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #844E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844E4B is #7BB1B4. Grayscale: #5D5D5D. Windows color (decimal): -8106421 or 4935300. OLE color: 4935300.

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

Color convert

RGB1327875-
CMYK00.410.430.48
HSL3.16º27.54%40.59%-
HSV(B)3.16º43.18%51.76%-
XYZ13.5110.868.04-
YUV93.8117.39155.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 75 (29.69% from 255) = 26.32%
R=46.32%
G=27.37%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132787500.410.430.483.1627.5440.59
Hex844E4B0292B3031c29
Octal204116113051536033451
Binary100001001001110100101101010011010111100001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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