#8F554B

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

Shades of Lotus #8F554B

Tints of Lotus #8F554B

Color information

#8F554B (or 0x8F554B) is unknown color: approx Lotus. HEX triplet: 8F, 55 and 4B. RGB value is (143,85,75). Sum of RGB (Red+Green+Blue) = 143+85+75=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 143 - color contains mainly: red. Hex color #8F554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F554B is #70AAB4. Grayscale: #656565. Windows color (decimal): -7383733 or 4937103. OLE color: 4937103.

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

Color convert

RGB1438575-
CMYK00.410.480.44
HSL8.82º31.19%42.75%-
HSV(B)8.82º47.55%56.08%-
XYZ15.8512.848.3-
YUV101.2113.22157.81-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.19%
GREEN value IS 85 (33.59% from 255) = 28.05%
BLUE value IS 75 (29.69% from 255) = 24.75%
R=47.19%
G=28.05%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143857500.410.480.448.8231.1942.75
Hex8F554B029302C91f2b
Octal2171251130516054113753
Binary10001111101010110010110101001110000101100100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,85,75); }

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

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

 a { background-color: rgb(143,85,75); }

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

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

 span { border-color: rgb(143,85,75); }

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