#895251

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

Shades of Lotus #895251

Tints of Lotus #895251

Color information

#895251 (or 0x895251) is unknown color: approx Lotus. HEX triplet: 89, 52 and 51. RGB value is (137,82,81). Sum of RGB (Red+Green+Blue) = 137+82+81=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #895251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895251 is #76ADAE. Grayscale: #626262. Windows color (decimal): -7777711 or 5329545. OLE color: 5329545.

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

Color convert

RGB1378281-
CMYK00.400.410.46
HSL1.07º25.69%42.75%-
HSV(B)1.07º40.88%53.73%-
XYZ14.8211.959.31-
YUV98.33118.22155.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.67%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 81 (32.03% from 255) = 27%
R=45.67%
G=27.33%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137828100.400.410.461.0725.6942.75
Hex895251028292E11a2b
Octal211122121050515613253
Binary10001001101001010100010101000101001101110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895251; }

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

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

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

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

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

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

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

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