#8D5049

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

Shades of Lotus #8D5049

Tints of Lotus #8D5049

Color information

#8D5049 (or 0x8D5049) is unknown color: approx Lotus. HEX triplet: 8D, 50 and 49. RGB value is (141,80,73). Sum of RGB (Red+Green+Blue) = 141+80+73=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5049 is #72AFB6. Grayscale: #616161. Windows color (decimal): -7516087 or 4804749. OLE color: 4804749.

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

Color convert

RGB1418073-
CMYK00.430.480.45
HSL6.18º31.78%41.96%-
HSV(B)6.18º48.23%55.29%-
XYZ15.0611.887.8-
YUV97.44114.21159.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.96%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 73 (28.91% from 255) = 24.83%
R=47.96%
G=27.21%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141807300.430.480.456.1831.7841.96
Hex8D504902B302D6202a
Octal215120111053605564052
Binary10001101101000010010010101011110000101101110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,80,73); }

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

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

 a { background-color: rgb(141,80,73); }

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

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

 span { border-color: rgb(141,80,73); }

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