Html Css Color HEX #894E48 Lotus

📋 copy color: '#894E48'

red 137 ◦ green 78 ◦ blue 72

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

Shades of Lotus #894E48

Tints of Lotus #894E48

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.18%

 BLUE value IS 72 (28.52% from 255) = 25.09%

R = 47.74%
G = 27.18%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#894E48 (or 0x894E48) is known color: Lotus. HEX triplet: 89, 4E and 48. RGB value is (137,78,72). Sum of RGB (Red+Green+Blue) = 137+78+72=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #894E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894E48 is #76B1B7. Grayscale: #5F5F5F. Windows color (decimal): -7778744 or 4738697. OLE color: 4738697.

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

Color convert

RGB 137 78 72 -
CMYK 0 0.43 0.47 0.46
HSL 5.54º 0.31% 0.41% -
HSV(B) 5.54º 0.47% 0.54% -
XYZ 14.21 11.24 7.55 -
YUV 94.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 137 78 72 0 0.43 0.47 0.46 5.54 0.31 0.41
Hex 89 4E 48 0 2B 2F 2E 6 1F 29
Octal 211 116 110 0 53 57 56 6 37 51
Binary 10001001 1001110 1001000 0 101011 101111 101110 110 11111 101001

Color Harmonies of #894E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894E48

Black with #894E48

Text Example


Text Example

White with #894E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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