Html Css Color HEX #895149 Lotus

📋 copy color: '#895149'

red 137 ◦ green 81 ◦ blue 73

#895149
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lotus #895149

Tints of Lotus #895149

RGB

 RED value IS 137 (53.91% from 255) = 47.08%

 GREEN value IS 81 (32.03% from 255) = 27.84%

 BLUE value IS 73 (28.91% from 255) = 25.09%

R = 47.08%
G = 27.84%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#895149 (or 0x895149) is known color: Lotus. HEX triplet: 89, 51 and 49. RGB value is (137,81,73). Sum of RGB (Red+Green+Blue) = 137+81+73=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #895149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895149 is #76AEB6. Grayscale: #606060. Windows color (decimal): -7777975 or 4805001. OLE color: 4805001.

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

Color convert

RGB 137 81 73 -
CMYK 0 0.41 0.47 0.46
HSL 7.5º 0.3% 0.41% -
HSV(B) 7.5º 0.47% 0.54% -
XYZ 14.46 11.68 7.8 -
YUV 96.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 137 81 73 0 0.41 0.47 0.46 7.5 0.3 0.41
Hex 89 51 49 0 29 2F 2E 8 1E 29
Octal 211 121 111 0 51 57 56 10 36 51
Binary 10001001 1010001 1001001 0 101001 101111 101110 1000 11110 101001

Color Harmonies of #895149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895149

Black with #895149

Text Example


Text Example

White with #895149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895149; }

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

 H1.HeaderClassName
 {
   color: #895149;
 }
 .AnyTagClassName
 {
   color: #895149;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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