#854E48

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

Shades of Lotus #854E48

Tints of Lotus #854E48

Color information

#854E48 (or 0x854E48) is unknown color: approx Lotus. HEX triplet: 85, 4E and 48. RGB value is (133,78,72). Sum of RGB (Red+Green+Blue) = 133+78+72=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #854E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E48 is #7AB1B7. Grayscale: #5D5D5D. Windows color (decimal): -8040888 or 4738693. OLE color: 4738693.

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

Color convert

RGB1337872-
CMYK00.410.460.48
HSL5.9º29.76%40.2%-
HSV(B)5.9º45.86%52.16%-
XYZ13.5710.97.52-
YUV93.76115.72155.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 72 (28.52% from 255) = 25.44%
R=47.00%
G=27.56%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133787200.410.460.485.929.7640.2
Hex854E480292E3061e28
Octal205116110051566063650
Binary1000010110011101001000010100110111011000011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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