#8B524E

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

Shades of Lotus #8B524E

Tints of Lotus #8B524E

Color information

#8B524E (or 0x8B524E) is unknown color: approx Lotus. HEX triplet: 8B, 52 and 4E. RGB value is (139,82,78). Sum of RGB (Red+Green+Blue) = 139+82+78=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B524E is #74ADB1. Grayscale: #626262. Windows color (decimal): -7646642 or 5132939. OLE color: 5132939.

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

Color convert

RGB1398278-
CMYK00.410.440.45
HSL3.93º28.11%42.55%-
HSV(B)3.93º43.88%54.51%-
XYZ15.0412.078.75-
YUV98.59116.38156.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=46.49%
G=27.42%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139827800.410.440.453.9328.1142.55
Hex8B524E0292C2D41c2b
Octal213122116051545543453
Binary1000101110100101001110010100110110010110110011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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