#884A49

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

Shades of Lotus #884A49

Tints of Lotus #884A49

Color information

#884A49 (or 0x884A49) is unknown color: approx Lotus. HEX triplet: 88, 4A and 49. RGB value is (136,74,73). Sum of RGB (Red+Green+Blue) = 136+74+73=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #884A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A49 is #77B5B6. Grayscale: #5C5C5C. Windows color (decimal): -7845303 or 4803208. OLE color: 4803208.

HSL color Cylindrical-coordinate representation of color #884A49: hue angle of 0.95º 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 #884A49 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1367473-
CMYK00.460.460.47
HSL0.95º30.14%40.98%-
HSV(B)0.95º46.32%53.33%-
XYZ13.810.617.62-
YUV92.42117.04159.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.06%
GREEN value IS 74 (29.30% from 255) = 26.15%
BLUE value IS 73 (28.91% from 255) = 25.80%
R=48.06%
G=26.15%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136747300.460.460.470.9530.1440.98
Hex884A4902E2E2F11e29
Octal210112111056565713651
Binary10001000100101010010010101110101110101111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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