#885351

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

Shades of Lotus #885351

Tints of Lotus #885351

Color information

#885351 (or 0x885351) is unknown color: approx Lotus. HEX triplet: 88, 53 and 51. RGB value is (136,83,81). Sum of RGB (Red+Green+Blue) = 136+83+81=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #885351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885351 is #77ACAE. Grayscale: #626262. Windows color (decimal): -7842991 or 5329800. OLE color: 5329800.

HSL color Cylindrical-coordinate representation of color #885351: hue angle of 2.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885351 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1368381-
CMYK00.390.400.47
HSL2.18º25.35%42.55%-
HSV(B)2.18º40.44%53.33%-
XYZ14.7312.019.33-
YUV98.62118.06154.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.33%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 81 (32.03% from 255) = 27%
R=45.33%
G=27.67%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136838100.390.400.472.1825.3542.55
Hex885351027282F2192b
Octal210123121047505723153
Binary100010001010011101000101001111010001011111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885351; }

 p { color: rgb(136,83,81); }

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

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

 a { background-color: rgb(136,83,81); }

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

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

 span { border-color: rgb(136,83,81); }

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