#895952

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

Shades of Lotus #895952

Tints of Lotus #895952

Color information

#895952 (or 0x895952) is unknown color: approx Lotus. HEX triplet: 89, 59 and 52. RGB value is (137,89,82). Sum of RGB (Red+Green+Blue) = 137+89+82=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #895952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895952 is #76A6AD. Grayscale: #666666. Windows color (decimal): -7775918 or 5396873. OLE color: 5396873.

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

Color convert

RGB1378982-
CMYK00.350.400.46
HSL7.64º25.11%42.94%-
HSV(B)7.64º40.15%53.73%-
XYZ15.4113.079.69-
YUV102.55116.4152.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=44.48%
G=28.90%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137898200.350.400.467.6425.1142.94
Hex895952023282E8192b
Octal2111311220435056103153
Binary10001001101100110100100100011101000101110100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895952; }

 p { color: rgb(137,89,82); }

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

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

 a { background-color: rgb(137,89,82); }

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

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

 span { border-color: rgb(137,89,82); }

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