#8E5451

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

Shades of Lotus #8E5451

Tints of Lotus #8E5451

Color information

#8E5451 (or 0x8E5451) is unknown color: approx Lotus. HEX triplet: 8E, 54 and 51. RGB value is (142,84,81). Sum of RGB (Red+Green+Blue) = 142+84+81=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5451 is #71ABAE. Grayscale: #656565. Windows color (decimal): -7449519 or 5330062. OLE color: 5330062.

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

Color convert

RGB1428481-
CMYK00.410.430.44
HSL2.95º27.35%43.73%-
HSV(B)2.95º42.96%55.69%-
XYZ15.8112.699.4-
YUV101116.72157.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.25%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 81 (32.03% from 255) = 26.38%
R=46.25%
G=27.36%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142848100.410.430.442.9527.3543.73
Hex8E54510292B2C31b2c
Octal216124121051535433354
Binary100011101010100101000101010011010111011001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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