#895248

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

Shades of Lotus #895248

Tints of Lotus #895248

Color information

#895248 (or 0x895248) is unknown color: approx Lotus. HEX triplet: 89, 52 and 48. RGB value is (137,82,72). Sum of RGB (Red+Green+Blue) = 137+82+72=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #895248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895248 is #76ADB7. Grayscale: #616161. Windows color (decimal): -7777720 or 4739721. OLE color: 4739721.

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

Color convert

RGB1378272-
CMYK00.400.470.46
HSL9.23º31.1%40.98%-
HSV(B)9.23º47.45%53.73%-
XYZ14.511.827.65-
YUV97.3113.72156.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.08%
GREEN value IS 82 (32.42% from 255) = 28.18%
BLUE value IS 72 (28.52% from 255) = 24.74%
R=47.08%
G=28.18%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137827200.400.470.469.2331.140.98
Hex8952480282F2E91f29
Octal2111221100505756113751
Binary10001001101001010010000101000101111101110100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895248; }

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

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

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

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

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

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

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

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