#874C48

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

Shades of Lotus #874C48

Tints of Lotus #874C48

Color information

#874C48 (or 0x874C48) is unknown color: approx Lotus. HEX triplet: 87, 4C and 48. RGB value is (135,76,72). Sum of RGB (Red+Green+Blue) = 135+76+72=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #874C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C48 is #78B3B7. Grayscale: #5D5D5D. Windows color (decimal): -7910328 or 4738183. OLE color: 4738183.

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

Color convert

RGB1357672-
CMYK00.440.470.47
HSL3.81º30.43%40.59%-
HSV(B)3.81º46.67%52.94%-
XYZ13.7510.797.49-
YUV93.18116.05157.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 76 (30.08% from 255) = 26.86%
BLUE value IS 72 (28.52% from 255) = 25.44%
R=47.70%
G=26.86%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135767200.440.470.473.8130.4340.59
Hex874C4802C2F2F41e29
Octal207114110054575743651
Binary1000011110011001001000010110010111110111110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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