#874D48

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

Shades of Lotus #874D48

Tints of Lotus #874D48

Color information

#874D48 (or 0x874D48) is unknown color: approx Lotus. HEX triplet: 87, 4D and 48. RGB value is (135,77,72). Sum of RGB (Red+Green+Blue) = 135+77+72=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #874D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D48 is #78B2B7. Grayscale: #5D5D5D. Windows color (decimal): -7910072 or 4738439. OLE color: 4738439.

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

Color convert

RGB1357772-
CMYK00.430.470.47
HSL4.76º30.43%40.59%-
HSV(B)4.76º46.67%52.94%-
XYZ13.8210.937.51-
YUV93.77115.72157.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 77 (30.47% from 255) = 27.11%
BLUE value IS 72 (28.52% from 255) = 25.35%
R=47.54%
G=27.11%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135777200.430.470.474.7630.4340.59
Hex874D4802B2F2F51e29
Octal207115110053575753651
Binary1000011110011011001000010101110111110111110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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