#854947

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

Shades of Lotus #854947

Tints of Lotus #854947

Color information

#854947 (or 0x854947) is unknown color: approx Lotus. HEX triplet: 85, 49 and 47. RGB value is (133,73,71). Sum of RGB (Red+Green+Blue) = 133+73+71=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #854947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854947 is #7AB6B8. Grayscale: #5A5A5A. Windows color (decimal): -8042169 or 4671877. OLE color: 4671877.

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

Color convert

RGB1337371-
CMYK00.450.470.48
HSL1.94º30.39%40%-
HSV(B)1.94º46.62%52.16%-
XYZ13.1910.217.24-
YUV90.71116.88158.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 71 (28.12% from 255) = 25.63%
R=48.01%
G=26.35%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133737100.450.470.481.9430.3940
Hex85494702D2F3021e28
Octal205111107055576023650
Binary100001011001001100011101011011011111100001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854947; }

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

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

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

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

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

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

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

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