#85554F

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

Shades of Lotus #85554F

Tints of Lotus #85554F

Color information

#85554F (or 0x85554F) is unknown color: approx Lotus. HEX triplet: 85, 55 and 4F. RGB value is (133,85,79). Sum of RGB (Red+Green+Blue) = 133+85+79=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85554F is #7AAAB0. Grayscale: #626262. Windows color (decimal): -8039089 or 5199237. OLE color: 5199237.

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

Color convert

RGB1338579-
CMYK00.360.410.48
HSL6.67º25.47%41.57%-
HSV(B)6.67º40.6%52.16%-
XYZ14.3312.058.97-
YUV98.67116.9152.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=44.78%
G=28.62%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133857900.360.410.486.6725.4741.57
Hex85554F02429307192a
Octal205125117044516073152
Binary1000010110101011001111010010010100111000011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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