#8A5049

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

Shades of Lotus #8A5049

Tints of Lotus #8A5049

Color information

#8A5049 (or 0x8A5049) is unknown color: approx Lotus. HEX triplet: 8A, 50 and 49. RGB value is (138,80,73). Sum of RGB (Red+Green+Blue) = 138+80+73=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5049 is #75AFB6. Grayscale: #606060. Windows color (decimal): -7712695 or 4804746. OLE color: 4804746.

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

Color convert

RGB1388073-
CMYK00.420.470.46
HSL6.46º30.81%41.37%-
HSV(B)6.46º47.1%54.12%-
XYZ14.5511.627.78-
YUV96.54114.72157.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.42%
GREEN value IS 80 (31.64% from 255) = 27.49%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=47.42%
G=27.49%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138807300.420.470.466.4630.8141.37
Hex8A504902A2F2E61f29
Octal212120111052575663751
Binary1000101010100001001001010101010111110111011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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