#8B544A

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

Shades of Lotus #8B544A

Tints of Lotus #8B544A

Color information

#8B544A (or 0x8B544A) is unknown color: approx Lotus. HEX triplet: 8B, 54 and 4A. RGB value is (139,84,74). Sum of RGB (Red+Green+Blue) = 139+84+74=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B544A is #74ABB5. Grayscale: #636363. Windows color (decimal): -7646134 or 4871307. OLE color: 4871307.

HSL color Cylindrical-coordinate representation of color #8B544A: hue angle of 9.23º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B544A is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB1398474-
CMYK00.400.470.45
HSL9.23º30.52%41.76%-
HSV(B)9.23º46.76%54.51%-
XYZ15.0512.328.06-
YUV99.3113.72156.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=46.80%
G=28.28%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139847400.400.470.459.2330.5241.76
Hex8B544A0282F2D91f2a
Octal2131241120505755113752
Binary10001011101010010010100101000101111101101100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,84,74); }

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

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

 a { background-color: rgb(139,84,74); }

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

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

 span { border-color: rgb(139,84,74); }

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