#85544E

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

Shades of Lotus #85544E

Tints of Lotus #85544E

Color information

#85544E (or 0x85544E) is unknown color: approx Lotus. HEX triplet: 85, 54 and 4E. RGB value is (133,84,78). Sum of RGB (Red+Green+Blue) = 133+84+78=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85544E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85544E is #7AABB1. Grayscale: #626262. Windows color (decimal): -8039346 or 5133445. OLE color: 5133445.

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

Color convert

RGB1338478-
CMYK00.370.410.48
HSL6.55º26.07%41.37%-
HSV(B)6.55º41.35%52.16%-
XYZ14.2211.888.75-
YUV97.97116.73152.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 78 (30.86% from 255) = 26.44%
R=45.08%
G=28.47%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133847800.370.410.486.5526.0741.37
Hex85544E025293071a29
Octal205124116045516073251
Binary1000010110101001001110010010110100111000011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85544E; }

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

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

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

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

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

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

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

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