#8E5552

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

Shades of Lotus #8E5552

Tints of Lotus #8E5552

Color information

#8E5552 (or 0x8E5552) is unknown color: approx Lotus. HEX triplet: 8E, 55 and 52. RGB value is (142,85,82). Sum of RGB (Red+Green+Blue) = 142+85+82=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5552 is #71AAAD. Grayscale: #656565. Windows color (decimal): -7449262 or 5395854. OLE color: 5395854.

HSL color Cylindrical-coordinate representation of color #8E5552: hue angle of 3º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E5552 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB1428582-
CMYK00.400.420.44
HSL26.79%43.92%-
HSV(B)42.25%55.69%-
XYZ15.9312.869.62-
YUV101.7116.88156.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 82 (32.42% from 255) = 26.54%
R=45.95%
G=27.51%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142858200.400.420.44326.7943.92
Hex8E55520282A2C31b2c
Octal216125122050525433354
Binary100011101010101101001001010001010101011001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E5552; }

 p { color: rgb(142,85,82); }

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

<style>
 a { background-color: #8E5552; }

 a { background-color: rgb(142,85,82); }

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

<style>
 span { border-color: #8E5552; }

 span { border-color: rgb(142,85,82); }

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