#854E46

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

Shades of Lotus #854E46

Tints of Lotus #854E46

Color information

#854E46 (or 0x854E46) is unknown color: approx Lotus. HEX triplet: 85, 4E and 46. RGB value is (133,78,70). Sum of RGB (Red+Green+Blue) = 133+78+70=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #854E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E46 is #7AB1B9. Grayscale: #5D5D5D. Windows color (decimal): -8040890 or 4607621. OLE color: 4607621.

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

Color convert

RGB1337870-
CMYK00.410.470.48
HSL7.62º31.03%39.8%-
HSV(B)7.62º47.37%52.16%-
XYZ13.510.887.18-
YUV93.53114.72156.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.33%
GREEN value IS 78 (30.86% from 255) = 27.76%
BLUE value IS 70 (27.73% from 255) = 24.91%
R=47.33%
G=27.76%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133787000.410.470.487.6231.0339.8
Hex854E460292F3081f28
Octal2051161060515760103750
Binary10000101100111010001100101001101111110000100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,78,70); }

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

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

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

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

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

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

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