#8E524B

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

Shades of Lotus #8E524B

Tints of Lotus #8E524B

Color information

#8E524B (or 0x8E524B) is unknown color: approx Lotus. HEX triplet: 8E, 52 and 4B. RGB value is (142,82,75). Sum of RGB (Red+Green+Blue) = 142+82+75=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E524B is #71ADB4. Grayscale: #636363. Windows color (decimal): -7450037 or 4936334. OLE color: 4936334.

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

Color convert

RGB1428275-
CMYK00.420.470.44
HSL6.27º30.88%42.55%-
HSV(B)6.27º47.18%55.69%-
XYZ15.4412.298.22-
YUV99.14114.38158.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.49%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=47.49%
G=27.42%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142827500.420.470.446.2730.8842.55
Hex8E524B02A2F2C61f2b
Octal216122113052575463753
Binary1000111010100101001011010101010111110110011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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