#8A4E4C

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

Shades of Lotus #8A4E4C

Tints of Lotus #8A4E4C

Color information

#8A4E4C (or 0x8A4E4C) is unknown color: approx Lotus. HEX triplet: 8A, 4E and 4C. RGB value is (138,78,76). Sum of RGB (Red+Green+Blue) = 138+78+76=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A4E4C is #75B1B3. Grayscale: #5F5F5F. Windows color (decimal): -7713204 or 5000842. OLE color: 5000842.

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

Color convert

RGB1387876-
CMYK00.430.450.46
HSL1.94º28.97%41.96%-
HSV(B)1.94º44.93%54.12%-
XYZ14.5111.378.27-
YUV95.71116.88158.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.26%
GREEN value IS 78 (30.86% from 255) = 26.71%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=47.26%
G=26.71%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138787600.430.450.461.9428.9741.96
Hex8A4E4C02B2D2E21d2a
Octal212116114053555623552
Binary100010101001110100110001010111011011011101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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