#8E544A

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

Shades of Lotus #8E544A

Tints of Lotus #8E544A

Color information

#8E544A (or 0x8E544A) is unknown color: approx Lotus. HEX triplet: 8E, 54 and 4A. RGB value is (142,84,74). Sum of RGB (Red+Green+Blue) = 142+84+74=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E544A is #71ABB5. Grayscale: #646464. Windows color (decimal): -7449526 or 4871310. OLE color: 4871310.

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

Color convert

RGB1428474-
CMYK00.410.480.44
HSL8.82º31.48%42.35%-
HSV(B)8.82º47.89%55.69%-
XYZ15.5612.598.09-
YUV100.2113.22157.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.33%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 74 (29.30% from 255) = 24.67%
R=47.33%
G=28%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142847400.410.480.448.8231.4842.35
Hex8E544A029302C91f2a
Octal2161241120516054113752
Binary10001110101010010010100101001110000101100100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,84,74); }

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

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

 a { background-color: rgb(142,84,74); }

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

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

 span { border-color: rgb(142,84,74); }

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