#8D554B

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

Shades of Lotus #8D554B

Tints of Lotus #8D554B

Color information

#8D554B (or 0x8D554B) is unknown color: approx Lotus. HEX triplet: 8D, 55 and 4B. RGB value is (141,85,75). Sum of RGB (Red+Green+Blue) = 141+85+75=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D554B is #72AAB4. Grayscale: #646464. Windows color (decimal): -7514805 or 4937101. OLE color: 4937101.

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

Color convert

RGB1418575-
CMYK00.400.470.45
HSL9.09º30.56%42.35%-
HSV(B)9.09º46.81%55.29%-
XYZ15.512.678.28-
YUV100.6113.55156.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.84%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=46.84%
G=28.24%
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
Decimal141857500.400.470.459.0930.5642.35
Hex8D554B0282F2D91f2a
Octal2151251130505755113752
Binary10001101101010110010110101000101111101101100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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