#85534E

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

Shades of Lotus #85534E

Tints of Lotus #85534E

Color information

#85534E (or 0x85534E) is unknown color: approx Lotus. HEX triplet: 85, 53 and 4E. RGB value is (133,83,78). Sum of RGB (Red+Green+Blue) = 133+83+78=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85534E is #7AACB1. Grayscale: #616161. Windows color (decimal): -8039602 or 5133189. OLE color: 5133189.

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

Color convert

RGB1338378-
CMYK00.380.410.48
HSL5.45º26.07%41.37%-
HSV(B)5.45º41.35%52.16%-
XYZ14.1411.728.73-
YUV97.38117.06153.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.24%
GREEN value IS 83 (32.81% from 255) = 28.23%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=45.24%
G=28.23%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133837800.380.410.485.4526.0741.37
Hex85534E026293051a29
Octal205123116046516053251
Binary1000010110100111001110010011010100111000010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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