#8E564B

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

Shades of Lotus #8E564B

Tints of Lotus #8E564B

Color information

#8E564B (or 0x8E564B) is unknown color: approx Lotus. HEX triplet: 8E, 56 and 4B. RGB value is (142,86,75). Sum of RGB (Red+Green+Blue) = 142+86+75=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E564B is #71A9B4. Grayscale: #656565. Windows color (decimal): -7449013 or 4937358. OLE color: 4937358.

HSL color Cylindrical-coordinate representation of color #8E564B: hue angle of 9.85º 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 #8E564B is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB1428675-
CMYK00.390.470.44
HSL9.85º30.88%42.55%-
HSV(B)9.85º47.18%55.69%-
XYZ15.7512.918.32-
YUV101.49113.05156.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.86%
GREEN value IS 86 (33.98% from 255) = 28.38%
BLUE value IS 75 (29.69% from 255) = 24.75%
R=46.86%
G=28.38%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142867500.390.470.449.8530.8842.55
Hex8E564B0272F2Ca1f2b
Octal2161261130475754123753
Binary10001110101011010010110100111101111101100101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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