#895349

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

Shades of Lotus #895349

Tints of Lotus #895349

Color information

#895349 (or 0x895349) is unknown color: approx Lotus. HEX triplet: 89, 53 and 49. RGB value is (137,83,73). Sum of RGB (Red+Green+Blue) = 137+83+73=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #895349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895349 is #76ACB6. Grayscale: #626262. Windows color (decimal): -7777463 or 4805513. OLE color: 4805513.

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

Color convert

RGB1378373-
CMYK00.390.470.46
HSL9.38º30.48%41.18%-
HSV(B)9.38º46.72%53.73%-
XYZ14.6111.997.85-
YUV98.01113.89155.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.76%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 73 (28.91% from 255) = 24.91%
R=46.76%
G=28.33%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137837300.390.470.469.3830.4841.18
Hex8953490272F2E91e29
Octal2111231110475756113651
Binary10001001101001110010010100111101111101110100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895349; }

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

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

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

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

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

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

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

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