#81544D

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

Shades of Lotus #81544D

Tints of Lotus #81544D

Color information

#81544D (or 0x81544D) is unknown color: approx Lotus. HEX triplet: 81, 54 and 4D. RGB value is (129,84,77). Sum of RGB (Red+Green+Blue) = 129+84+77=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #81544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81544D is #7EABB2. Grayscale: #606060. Windows color (decimal): -8301491 or 5067905. OLE color: 5067905.

HSL color Cylindrical-coordinate representation of color #81544D: hue angle of 8.08º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81544D is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1298477-
CMYK00.350.400.49
HSL8.08º25.24%40.39%-
HSV(B)8.08º40.31%50.59%-
XYZ13.5611.548.53-
YUV96.66116.91151.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.48%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=44.48%
G=28.97%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129847700.350.400.498.0825.2440.39
Hex81544D023283181928
Octal2011241150435061103150
Binary10000001101010010011010100011101000110001100011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81544D; }

 p { color: rgb(129,84,77); }

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

<style>
 a { background-color: #81544D; }

 a { background-color: rgb(129,84,77); }

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

<style>
 span { border-color: #81544D; }

 span { border-color: rgb(129,84,77); }

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