#854D47

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

Shades of Lotus #854D47

Tints of Lotus #854D47

Color information

#854D47 (or 0x854D47) is unknown color: approx Lotus. HEX triplet: 85, 4D and 47. RGB value is (133,77,71). Sum of RGB (Red+Green+Blue) = 133+77+71=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #854D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D47 is #7AB2B8. Grayscale: #5D5D5D. Windows color (decimal): -8041145 or 4672901. OLE color: 4672901.

HSL color Cylindrical-coordinate representation of color #854D47: hue angle of 5.81º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854D47 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1337771-
CMYK00.420.470.48
HSL5.81º30.39%40%-
HSV(B)5.81º46.62%52.16%-
XYZ13.4610.757.33-
YUV93.06115.55156.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.33%
GREEN value IS 77 (30.47% from 255) = 27.40%
BLUE value IS 71 (28.12% from 255) = 25.27%
R=47.33%
G=27.40%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133777100.420.470.485.8130.3940
Hex854D4702A2F3061e28
Octal205115107052576063650
Binary1000010110011011000111010101010111111000011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854D47; }

 p { color: rgb(133,77,71); }

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

<style>
 a { background-color: #854D47; }

 a { background-color: rgb(133,77,71); }

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

<style>
 span { border-color: #854D47; }

 span { border-color: rgb(133,77,71); }

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