#85544C

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

Shades of Lotus #85544C

Tints of Lotus #85544C

Color information

#85544C (or 0x85544C) is unknown color: approx Lotus. HEX triplet: 85, 54 and 4C. RGB value is (133,84,76). Sum of RGB (Red+Green+Blue) = 133+84+76=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85544C is #7AABB3. Grayscale: #616161. Windows color (decimal): -8039348 or 5002373. OLE color: 5002373.

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

Color convert

RGB1338476-
CMYK00.370.430.48
HSL8.42º27.27%40.98%-
HSV(B)8.42º42.86%52.16%-
XYZ14.1511.858.38-
YUV97.74115.73153.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 76 (30.08% from 255) = 25.94%
R=45.39%
G=28.67%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133847600.370.430.488.4227.2740.98
Hex85544C0252B3081b29
Octal2051241140455360103351
Binary10000101101010010011000100101101011110000100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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