#85574F

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

Shades of Lotus #85574F

Tints of Lotus #85574F

Color information

#85574F (or 0x85574F) is unknown color: approx Lotus. HEX triplet: 85, 57 and 4F. RGB value is (133,87,79). Sum of RGB (Red+Green+Blue) = 133+87+79=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #85574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85574F is #7AA8B0. Grayscale: #636363. Windows color (decimal): -8038577 or 5199749. OLE color: 5199749.

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

Color convert

RGB1338779-
CMYK00.350.410.48
HSL8.89º25.47%41.57%-
HSV(B)8.89º40.6%52.16%-
XYZ14.4912.379.02-
YUV99.84116.24151.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 87 (34.38% from 255) = 29.10%
BLUE value IS 79 (31.25% from 255) = 26.42%
R=44.48%
G=29.10%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133877900.350.410.488.8925.4741.57
Hex85574F02329309192a
Octal2051271170435160113152
Binary10000101101011110011110100011101001110000100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85574F; }

 p { color: rgb(133,87,79); }

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

<style>
 a { background-color: #85574F; }

 a { background-color: rgb(133,87,79); }

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

<style>
 span { border-color: #85574F; }

 span { border-color: rgb(133,87,79); }

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