#85504D

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

Shades of Lotus #85504D

Tints of Lotus #85504D

Color information

#85504D (or 0x85504D) is unknown color: approx Lotus. HEX triplet: 85, 50 and 4D. RGB value is (133,80,77). Sum of RGB (Red+Green+Blue) = 133+80+77=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85504D is #7AAFB2. Grayscale: #5F5F5F. Windows color (decimal): -8040371 or 5066885. OLE color: 5066885.

HSL color Cylindrical-coordinate representation of color #85504D: hue angle of 3.21º 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 #85504D is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1338077-
CMYK00.400.420.48
HSL3.21º26.67%41.18%-
HSV(B)3.21º42.11%52.16%-
XYZ13.8811.268.46-
YUV95.5117.56154.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=45.86%
G=27.59%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133807700.400.420.483.2126.6741.18
Hex85504D0282A3031b29
Octal205120115050526033351
Binary100001011010000100110101010001010101100001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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