Html Css Color HEX #894F49 Lotus

📋 copy color: '#894F49'

red 137 ◦ green 79 ◦ blue 73

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

Shades of Lotus #894F49

Tints of Lotus #894F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.34%

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

R = 47.4%
G = 27.34%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#894F49 (or 0x894F49) is known color: Lotus. HEX triplet: 89, 4F and 49. RGB value is (137,79,73). Sum of RGB (Red+Green+Blue) = 137+79+73=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #894F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F49 is #76B0B6. Grayscale: #5F5F5F. Windows color (decimal): -7778487 or 4804489. OLE color: 4804489.

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

Color convert

RGB 137 79 73 -
CMYK 0 0.42 0.47 0.46
HSL 5.63º 0.3% 0.41% -
HSV(B) 5.63º 0.47% 0.54% -
XYZ 14.32 11.39 7.75 -
YUV 95.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 137 79 73 0 0.42 0.47 0.46 5.63 0.3 0.41
Hex 89 4F 49 0 2A 2F 2E 6 1E 29
Octal 211 117 111 0 52 57 56 6 36 51
Binary 10001001 1001111 1001001 0 101010 101111 101110 110 11110 101001

Color Harmonies of #894F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894F49

Black with #894F49

Text Example


Text Example

White with #894F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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