#884B49

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

Shades of Lotus #884B49

Tints of Lotus #884B49

Color information

#884B49 (or 0x884B49) is unknown color: approx Lotus. HEX triplet: 88, 4B and 49. RGB value is (136,75,73). Sum of RGB (Red+Green+Blue) = 136+75+73=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #884B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B49 is #77B4B6. Grayscale: #5D5D5D. Windows color (decimal): -7845047 or 4803464. OLE color: 4803464.

HSL color Cylindrical-coordinate representation of color #884B49: hue angle of 1.9º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884B49 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1367573-
CMYK00.450.460.47
HSL1.9º30.14%40.98%-
HSV(B)1.9º46.32%53.33%-
XYZ13.8710.757.65-
YUV93.01116.71158.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.89%
GREEN value IS 75 (29.69% from 255) = 26.41%
BLUE value IS 73 (28.91% from 255) = 25.70%
R=47.89%
G=26.41%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136757300.450.460.471.930.1440.98
Hex884B4902D2E2F21e29
Octal210113111055565723651
Binary100010001001011100100101011011011101011111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884B49; }

 p { color: rgb(136,75,73); }

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

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

 a { background-color: rgb(136,75,73); }

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

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

 span { border-color: rgb(136,75,73); }

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