#8B504E

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

Shades of Lotus #8B504E

Tints of Lotus #8B504E

Color information

#8B504E (or 0x8B504E) is unknown color: approx Lotus. HEX triplet: 8B, 50 and 4E. RGB value is (139,80,78). Sum of RGB (Red+Green+Blue) = 139+80+78=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B504E is #74AFB1. Grayscale: #616161. Windows color (decimal): -7647154 or 5132427. OLE color: 5132427.

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

Color convert

RGB1398078-
CMYK00.420.440.45
HSL1.97º28.11%42.55%-
HSV(B)1.97º43.88%54.51%-
XYZ14.8911.788.7-
YUV97.41117.05157.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 78 (30.86% from 255) = 26.26%
R=46.80%
G=26.94%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139807800.420.440.451.9728.1142.55
Hex8B504E02A2C2D21c2b
Octal213120116052545523453
Binary100010111010000100111001010101011001011011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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