#8A5752

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

Shades of Lotus #8A5752

Tints of Lotus #8A5752

Color information

#8A5752 (or 0x8A5752) is unknown color: approx Lotus. HEX triplet: 8A, 57 and 52. RGB value is (138,87,82). Sum of RGB (Red+Green+Blue) = 138+87+82=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5752 is #75A8AD. Grayscale: #656565. Windows color (decimal): -7710894 or 5396362. OLE color: 5396362.

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

Color convert

RGB1388782-
CMYK00.370.410.46
HSL5.36º25.45%43.14%-
HSV(B)5.36º40.58%54.12%-
XYZ15.4112.839.65-
YUV101.68116.9153.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.95%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 82 (32.42% from 255) = 26.71%
R=44.95%
G=28.34%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138878200.370.410.465.3625.4543.14
Hex8A5752025292E5192b
Octal212127122045515653153
Binary1000101010101111010010010010110100110111010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,87,82); }

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

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

 a { background-color: rgb(138,87,82); }

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

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

 span { border-color: rgb(138,87,82); }

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