#854E4A

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

Shades of Lotus #854E4A

Tints of Lotus #854E4A

Color information

#854E4A (or 0x854E4A) is unknown color: approx Lotus. HEX triplet: 85, 4E and 4A. RGB value is (133,78,74). Sum of RGB (Red+Green+Blue) = 133+78+74=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #854E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E4A is #7AB1B5. Grayscale: #5E5E5E. Windows color (decimal): -8040886 or 4869765. OLE color: 4869765.

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

Color convert

RGB1337874-
CMYK00.410.440.48
HSL4.07º28.5%40.59%-
HSV(B)4.07º44.36%52.16%-
XYZ13.6310.937.87-
YUV93.99116.72155.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=46.67%
G=27.37%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133787400.410.440.484.0728.540.59
Hex854E4A0292C3041d29
Octal205116112051546043551
Binary1000010110011101001010010100110110011000010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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