#874F4D

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

Shades of Lotus #874F4D

Tints of Lotus #874F4D

Color information

#874F4D (or 0x874F4D) is unknown color: approx Lotus. HEX triplet: 87, 4F and 4D. RGB value is (135,79,77). Sum of RGB (Red+Green+Blue) = 135+79+77=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #874F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F4D is #78B0B2. Grayscale: #5F5F5F. Windows color (decimal): -7909555 or 5066631. OLE color: 5066631.

HSL color Cylindrical-coordinate representation of color #874F4D: hue angle of 2.07º 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 #874F4D is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1357977-
CMYK00.410.430.47
HSL2.07º27.36%41.57%-
HSV(B)2.07º42.96%52.94%-
XYZ14.1311.288.45-
YUV95.52117.55156.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.39%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 77 (30.47% from 255) = 26.46%
R=46.39%
G=27.15%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135797700.410.430.472.0727.3641.57
Hex874F4D0292B2F21b2a
Octal207117115051535723352
Binary100001111001111100110101010011010111011111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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