Html Css Color HEX #894D47 Lotus

📋 copy color: '#894D47'

red 137 ◦ green 77 ◦ blue 71

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

Shades of Lotus #894D47

Tints of Lotus #894D47

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.02%

 BLUE value IS 71 (28.13% from 255) = 24.91%

R = 48.07%
G = 27.02%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#894D47 (or 0x894D47) is known color: Lotus. HEX triplet: 89, 4D and 47. RGB value is (137,77,71). Sum of RGB (Red+Green+Blue) = 137+77+71=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #894D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D47 is #76B2B8. Grayscale: #5E5E5E. Windows color (decimal): -7779001 or 4672905. OLE color: 4672905.

HSL color Cylindrical-coordinate representation of color #894D47: hue angle of 5.45º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #894D47 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 77 71 -
CMYK 0 0.44 0.48 0.46
HSL 5.45º 0.32% 0.41% -
HSV(B) 5.45º 0.48% 0.54% -
XYZ 14.11 11.08 7.36 -
YUV 94.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 137 77 71 0 0.44 0.48 0.46 5.45 0.32 0.41
Hex 89 4D 47 0 2C 30 2E 5 20 29
Octal 211 115 107 0 54 60 56 5 40 51
Binary 10001001 1001101 1000111 0 101100 110000 101110 101 100000 101001

Color Harmonies of #894D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D47

Black with #894D47

Text Example


Text Example

White with #894D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,77,71); }

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

background-color css

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

 a { background-color: rgb(137,77,71); }

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

border-color css

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

 span { border-color: rgb(137,77,71); }

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