#8B534E

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

Shades of Lotus #8B534E

Tints of Lotus #8B534E

Color information

#8B534E (or 0x8B534E) is unknown color: approx Lotus. HEX triplet: 8B, 53 and 4E. RGB value is (139,83,78). Sum of RGB (Red+Green+Blue) = 139+83+78=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B534E is #74ACB1. Grayscale: #636363. Windows color (decimal): -7646386 or 5133195. OLE color: 5133195.

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

Color convert

RGB1398378-
CMYK00.400.440.45
HSL4.92º28.11%42.55%-
HSV(B)4.92º43.88%54.51%-
XYZ15.1212.238.77-
YUV99.17116.05156.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.33%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 78 (30.86% from 255) = 26%
R=46.33%
G=27.67%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139837800.400.440.454.9228.1142.55
Hex8B534E0282C2D51c2b
Octal213123116050545553453
Binary1000101110100111001110010100010110010110110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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