#8A5149

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

Shades of Lotus #8A5149

Tints of Lotus #8A5149

Color information

#8A5149 (or 0x8A5149) is unknown color: approx Lotus. HEX triplet: 8A, 51 and 49. RGB value is (138,81,73). Sum of RGB (Red+Green+Blue) = 138+81+73=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5149 is #75AEB6. Grayscale: #616161. Windows color (decimal): -7712439 or 4805002. OLE color: 4805002.

HSL color Cylindrical-coordinate representation of color #8A5149: hue angle of 7.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A5149 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB1388173-
CMYK00.410.470.46
HSL7.38º30.81%41.37%-
HSV(B)7.38º47.1%54.12%-
XYZ14.6311.777.8-
YUV97.13114.38157.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.26%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 73 (28.91% from 255) = 25%
R=47.26%
G=27.74%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138817300.410.470.467.3830.8141.37
Hex8A51490292F2E71f29
Octal212121111051575673751
Binary1000101010100011001001010100110111110111011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,81,73); }

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

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

 a { background-color: rgb(138,81,73); }

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

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

 span { border-color: rgb(138,81,73); }

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