#885754

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

Shades of Lotus #885754

Tints of Lotus #885754

Color information

#885754 (or 0x885754) is unknown color: approx Lotus. HEX triplet: 88, 57 and 54. RGB value is (136,87,84). Sum of RGB (Red+Green+Blue) = 136+87+84=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #885754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885754 is #77A8AB. Grayscale: #656565. Windows color (decimal): -7841964 or 5527432. OLE color: 5527432.

HSL color Cylindrical-coordinate representation of color #885754: hue angle of 3.46º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885754 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1368784-
CMYK00.360.380.47
HSL3.46º23.64%43.14%-
HSV(B)3.46º38.24%53.33%-
XYZ15.1612.6910.04-
YUV101.31118.23152.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 84 (33.20% from 255) = 27.36%
R=44.30%
G=28.34%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136878400.360.380.473.4623.6443.14
Hex885754024262F3182b
Octal210127124044465733053
Binary100010001010111101010001001001001101011111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885754; }

 p { color: rgb(136,87,84); }

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

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

 a { background-color: rgb(136,87,84); }

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

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

 span { border-color: rgb(136,87,84); }

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