#85554D

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

Shades of Lotus #85554D

Tints of Lotus #85554D

Color information

#85554D (or 0x85554D) is unknown color: approx Lotus. HEX triplet: 85, 55 and 4D. RGB value is (133,85,77). Sum of RGB (Red+Green+Blue) = 133+85+77=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85554D is #7AAAB2. Grayscale: #626262. Windows color (decimal): -8039091 or 5068165. OLE color: 5068165.

HSL color Cylindrical-coordinate representation of color #85554D: hue angle of 8.57º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85554D is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1338577-
CMYK00.360.420.48
HSL8.57º26.67%41.18%-
HSV(B)8.57º42.11%52.16%-
XYZ14.2612.028.59-
YUV98.44115.9152.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 77 (30.47% from 255) = 26.10%
R=45.08%
G=28.81%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133857700.360.420.488.5726.6741.18
Hex85554D0242A3091b29
Octal2051251150445260113351
Binary10000101101010110011010100100101010110000100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85554D; }

 p { color: rgb(133,85,77); }

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

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

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

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

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

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

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