#8F544C

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

Shades of Lotus #8F544C

Tints of Lotus #8F544C

Color information

#8F544C (or 0x8F544C) is unknown color: approx Lotus. HEX triplet: 8F, 54 and 4C. RGB value is (143,84,76). Sum of RGB (Red+Green+Blue) = 143+84+76=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 143 - color contains mainly: red. Hex color #8F544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F544C is #70ABB3. Grayscale: #646464. Windows color (decimal): -7383988 or 5002383. OLE color: 5002383.

HSL color Cylindrical-coordinate representation of color #8F544C: hue angle of 7.16º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F544C is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB1438476-
CMYK00.410.470.44
HSL7.16º30.59%42.94%-
HSV(B)7.16º46.85%56.08%-
XYZ15.812.78.46-
YUV100.73114.05158.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.19%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=47.19%
G=27.72%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143847600.410.470.447.1630.5942.94
Hex8F544C0292F2C71f2b
Octal217124114051575473753
Binary1000111110101001001100010100110111110110011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,84,76); }

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

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

 a { background-color: rgb(143,84,76); }

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

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

 span { border-color: rgb(143,84,76); }

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