#854747

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

Shades of Lotus #854747

Tints of Lotus #854747

Color information

#854747 (or 0x854747) is unknown color: approx Lotus. HEX triplet: 85, 47 and 47. RGB value is (133,71,71). Sum of RGB (Red+Green+Blue) = 133+71+71=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #854747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854747 is #7AB8B8. Grayscale: #595959. Windows color (decimal): -8042681 or 4671365. OLE color: 4671365.

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

Color convert

RGB1337171-
CMYK00.470.470.48
HSL30.39%40%-
HSV(B)46.62%52.16%-
XYZ13.069.957.19-
YUV89.54117.54159-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 71 (28.12% from 255) = 25.82%
R=48.36%
G=25.82%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133717100.470.470.48030.3940
Hex85474702F2F3001e28
Octal205107107057576003650
Binary10000101100011110001110101111101111110000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854747; }

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

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

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

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

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

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

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

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