#874D49

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

Shades of Lotus #874D49

Tints of Lotus #874D49

Color information

#874D49 (or 0x874D49) is unknown color: approx Lotus. HEX triplet: 87, 4D and 49. RGB value is (135,77,73). Sum of RGB (Red+Green+Blue) = 135+77+73=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #874D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D49 is #78B2B6. Grayscale: #5D5D5D. Windows color (decimal): -7910071 or 4803975. OLE color: 4803975.

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

Color convert

RGB1357773-
CMYK00.430.460.47
HSL3.87º29.81%40.78%-
HSV(B)3.87º45.93%52.94%-
XYZ13.8510.947.69-
YUV93.89116.22157.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 77 (30.47% from 255) = 27.02%
BLUE value IS 73 (28.91% from 255) = 25.61%
R=47.37%
G=27.02%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135777300.430.460.473.8729.8140.78
Hex874D4902B2E2F41e29
Octal207115111053565743651
Binary1000011110011011001001010101110111010111110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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