#85504E

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

Shades of Lotus #85504E

Tints of Lotus #85504E

Color information

#85504E (or 0x85504E) is unknown color: approx Lotus. HEX triplet: 85, 50 and 4E. RGB value is (133,80,78). Sum of RGB (Red+Green+Blue) = 133+80+78=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85504E is #7AAFB1. Grayscale: #5F5F5F. Windows color (decimal): -8040370 or 5132421. OLE color: 5132421.

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

Color convert

RGB1338078-
CMYK00.400.410.48
HSL2.18º26.07%41.37%-
HSV(B)2.18º41.35%52.16%-
XYZ13.9211.278.65-
YUV95.62118.06154.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.70%
GREEN value IS 80 (31.64% from 255) = 27.49%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=45.70%
G=27.49%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133807800.400.410.482.1826.0741.37
Hex85504E028293021a29
Octal205120116050516023251
Binary100001011010000100111001010001010011100001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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