#8F544F

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

Shades of Lotus #8F544F

Tints of Lotus #8F544F

Color information

#8F544F (or 0x8F544F) is unknown color: approx Lotus. HEX triplet: 8F, 54 and 4F. RGB value is (143,84,79). Sum of RGB (Red+Green+Blue) = 143+84+79=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 143 - color contains mainly: red. Hex color #8F544F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F544F is #70ABB0. Grayscale: #656565. Windows color (decimal): -7383985 or 5198991. OLE color: 5198991.

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

Color convert

RGB1438479-
CMYK00.410.450.44
HSL4.69º28.83%43.53%-
HSV(B)4.69º44.76%56.08%-
XYZ15.9112.749.02-
YUV101.07115.55157.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.73%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=46.73%
G=27.45%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143847900.410.450.444.6928.8343.53
Hex8F544F0292D2C51d2c
Octal217124117051555453554
Binary1000111110101001001111010100110110110110010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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