#874C47

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

Shades of Lotus #874C47

Tints of Lotus #874C47

Color information

#874C47 (or 0x874C47) is unknown color: approx Lotus. HEX triplet: 87, 4C and 47. RGB value is (135,76,71). Sum of RGB (Red+Green+Blue) = 135+76+71=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #874C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C47 is #78B3B8. Grayscale: #5D5D5D. Windows color (decimal): -7910329 or 4672647. OLE color: 4672647.

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

Color convert

RGB1357671-
CMYK00.440.470.47
HSL4.69º31.07%40.39%-
HSV(B)4.69º47.41%52.94%-
XYZ13.7110.777.32-
YUV93.07115.55157.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 76 (30.08% from 255) = 26.95%
BLUE value IS 71 (28.12% from 255) = 25.18%
R=47.87%
G=26.95%
B=25.18%

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
Decimal135767100.440.470.474.6931.0740.39
Hex874C4702C2F2F51f28
Octal207114107054575753750
Binary1000011110011001000111010110010111110111110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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