#885951

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

Shades of Lotus #885951

Tints of Lotus #885951

Color information

#885951 (or 0x885951) is unknown color: approx Lotus. HEX triplet: 88, 59 and 51. RGB value is (136,89,81). Sum of RGB (Red+Green+Blue) = 136+89+81=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #885951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885951 is #77A6AE. Grayscale: #666666. Windows color (decimal): -7841455 or 5331336. OLE color: 5331336.

HSL color Cylindrical-coordinate representation of color #885951: hue angle of 8.73º 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 #885951 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1368981-
CMYK00.350.400.47
HSL8.73º25.35%42.55%-
HSV(B)8.73º40.44%53.33%-
XYZ15.2112.979.49-
YUV102.14116.07152.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.44%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 81 (32.03% from 255) = 26.47%
R=44.44%
G=29.08%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136898100.350.400.478.7325.3542.55
Hex885951023282F9192b
Octal2101311210435057113153
Binary10001000101100110100010100011101000101111100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885951; }

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

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

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

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

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

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

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

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