#874F49

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

Shades of Lotus #874F49

Tints of Lotus #874F49

Color information

#874F49 (or 0x874F49) is unknown color: approx Lotus. HEX triplet: 87, 4F and 49. RGB value is (135,79,73). Sum of RGB (Red+Green+Blue) = 135+79+73=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #874F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F49 is #78B0B6. Grayscale: #5F5F5F. Windows color (decimal): -7909559 or 4804487. OLE color: 4804487.

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

Color convert

RGB1357973-
CMYK00.410.460.47
HSL5.81º29.81%40.78%-
HSV(B)5.81º45.93%52.94%-
XYZ13.9911.227.73-
YUV95.06115.55156.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.04%
GREEN value IS 79 (31.25% from 255) = 27.53%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=47.04%
G=27.53%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135797300.410.460.475.8129.8140.78
Hex874F490292E2F61e29
Octal207117111051565763651
Binary1000011110011111001001010100110111010111111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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