#895353

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

Shades of Lotus #895353

Tints of Lotus #895353

Color information

#895353 (or 0x895353) is unknown color: approx Lotus. HEX triplet: 89, 53 and 53. RGB value is (137,83,83). Sum of RGB (Red+Green+Blue) = 137+83+83=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #895353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895353 is #76ACAC. Grayscale: #636363. Windows color (decimal): -7777453 or 5460873. OLE color: 5460873.

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

Color convert

RGB1378383-
CMYK00.390.390.46
HSL24.55%43.14%-
HSV(B)39.42%53.73%-
XYZ14.9712.139.74-
YUV99.15118.89155-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.21%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 83 (32.81% from 255) = 27.39%
R=45.21%
G=27.39%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137838300.390.390.46024.5543.14
Hex895353027272E0192b
Octal211123123047475603153
Binary10001001101001110100110100111100111101110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895353; }

 p { color: rgb(137,83,83); }

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

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

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

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

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

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

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