#8A574C

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

Shades of Lotus #8A574C

Tints of Lotus #8A574C

Color information

#8A574C (or 0x8A574C) is unknown color: approx Lotus. HEX triplet: 8A, 57 and 4C. RGB value is (138,87,76). Sum of RGB (Red+Green+Blue) = 138+87+76=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A574C is #75A8B3. Grayscale: #656565. Windows color (decimal): -7710900 or 5003146. OLE color: 5003146.

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

Color convert

RGB1388776-
CMYK00.370.450.46
HSL10.65º28.97%41.96%-
HSV(B)10.65º44.93%54.12%-
XYZ15.1912.748.5-
YUV100.99113.9154.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.85%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=45.85%
G=28.90%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138877600.370.450.4610.6528.9741.96
Hex8A574C0252D2Eb1d2a
Octal2121271140455556133552
Binary10001010101011110011000100101101101101110101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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