#8B584E

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

Shades of Lotus #8B584E

Tints of Lotus #8B584E

Color information

#8B584E (or 0x8B584E) is unknown color: approx Lotus. HEX triplet: 8B, 58 and 4E. RGB value is (139,88,78). Sum of RGB (Red+Green+Blue) = 139+88+78=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B584E is #74A7B1. Grayscale: #666666. Windows color (decimal): -7645106 or 5134475. OLE color: 5134475.

HSL color Cylindrical-coordinate representation of color #8B584E: hue angle of 9.84º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B584E is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB1398878-
CMYK00.370.440.45
HSL9.84º28.11%42.55%-
HSV(B)9.84º43.88%54.51%-
XYZ15.5113.028.9-
YUV102.11114.4154.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=45.57%
G=28.85%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139887800.370.440.459.8428.1142.55
Hex8B584E0252C2Da1c2b
Octal2131301160455455123453
Binary10001011101100010011100100101101100101101101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,88,78); }

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

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

 a { background-color: rgb(139,88,78); }

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

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

 span { border-color: rgb(139,88,78); }

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