#8D544A

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

Shades of Lotus #8D544A

Tints of Lotus #8D544A

Color information

#8D544A (or 0x8D544A) is unknown color: approx Lotus. HEX triplet: 8D, 54 and 4A. RGB value is (141,84,74). Sum of RGB (Red+Green+Blue) = 141+84+74=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D544A is #72ABB5. Grayscale: #636363. Windows color (decimal): -7515062 or 4871309. OLE color: 4871309.

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

Color convert

RGB1418474-
CMYK00.400.480.45
HSL8.96º31.16%42.16%-
HSV(B)8.96º47.52%55.29%-
XYZ15.3912.58.08-
YUV99.9113.38157.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.16%
GREEN value IS 84 (33.20% from 255) = 28.09%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=47.16%
G=28.09%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141847400.400.480.458.9631.1642.16
Hex8D544A028302D91f2a
Octal2151241120506055113752
Binary10001101101010010010100101000110000101101100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,84,74); }

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

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

 a { background-color: rgb(141,84,74); }

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

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

 span { border-color: rgb(141,84,74); }

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