#8A5853

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

Shades of Lotus #8A5853

Tints of Lotus #8A5853

Color information

#8A5853 (or 0x8A5853) is unknown color: approx Lotus. HEX triplet: 8A, 58 and 53. RGB value is (138,88,83). Sum of RGB (Red+Green+Blue) = 138+88+83=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5853 is #75A7AC. Grayscale: #666666. Windows color (decimal): -7710637 or 5462154. OLE color: 5462154.

HSL color Cylindrical-coordinate representation of color #8A5853: hue angle of 5.45º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A5853 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB1388883-
CMYK00.360.400.46
HSL5.45º24.89%43.33%-
HSV(B)5.45º39.86%54.12%-
XYZ15.5313.019.88-
YUV102.38117.06153.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.66%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 83 (32.81% from 255) = 26.86%
R=44.66%
G=28.48%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138888300.360.400.465.4524.8943.33
Hex8A5853024282E5192b
Octal212130123044505653153
Binary1000101010110001010011010010010100010111010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,88,83); }

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

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

 a { background-color: rgb(138,88,83); }

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

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

 span { border-color: rgb(138,88,83); }

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