#895348

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

Shades of Lotus #895348

Tints of Lotus #895348

Color information

#895348 (or 0x895348) is unknown color: approx Lotus. HEX triplet: 89, 53 and 48. RGB value is (137,83,72). Sum of RGB (Red+Green+Blue) = 137+83+72=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #895348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895348 is #76ACB7. Grayscale: #616161. Windows color (decimal): -7777464 or 4739977. OLE color: 4739977.

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

Color convert

RGB1378372-
CMYK00.390.470.46
HSL10.15º31.1%40.98%-
HSV(B)10.15º47.45%53.73%-
XYZ14.5811.977.67-
YUV97.89113.39155.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.92%
GREEN value IS 83 (32.81% from 255) = 28.42%
BLUE value IS 72 (28.52% from 255) = 24.66%
R=46.92%
G=28.42%
B=24.66%

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
Decimal137837200.390.470.4610.1531.140.98
Hex8953480272F2Ea1f29
Octal2111231100475756123751
Binary10001001101001110010000100111101111101110101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895348; }

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

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

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

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

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

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

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

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