#874E4D

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

Shades of Lotus #874E4D

Tints of Lotus #874E4D

Color information

#874E4D (or 0x874E4D) is unknown color: approx Lotus. HEX triplet: 87, 4E and 4D. RGB value is (135,78,77). Sum of RGB (Red+Green+Blue) = 135+78+77=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #874E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E4D is #78B1B2. Grayscale: #5E5E5E. Windows color (decimal): -7909811 or 5066375. OLE color: 5066375.

HSL color Cylindrical-coordinate representation of color #874E4D: hue angle of 1.03º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #874E4D is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1357877-
CMYK00.420.430.47
HSL1.03º27.36%41.57%-
HSV(B)1.03º42.96%52.94%-
XYZ14.0611.148.43-
YUV94.93117.88156.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.55%
GREEN value IS 78 (30.86% from 255) = 26.90%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=46.55%
G=26.90%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135787700.420.430.471.0327.3641.57
Hex874E4D02A2B2F11b2a
Octal207116115052535713352
Binary10000111100111010011010101010101011101111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874E4D; }

 p { color: rgb(135,78,77); }

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

<style>
 a { background-color: #874E4D; }

 a { background-color: rgb(135,78,77); }

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

<style>
 span { border-color: #874E4D; }

 span { border-color: rgb(135,78,77); }

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