Html Css Color HEX #894D48 Lotus

📋 copy color: '#894D48'

red 137 ◦ green 77 ◦ blue 72

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

Shades of Lotus #894D48

Tints of Lotus #894D48

RGB

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

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

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

R = 47.9%
G = 26.92%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#894D48 (or 0x894D48) is known color: Lotus. HEX triplet: 89, 4D and 48. RGB value is (137,77,72). Sum of RGB (Red+Green+Blue) = 137+77+72=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #894D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D48 is #76B2B7. Grayscale: #5E5E5E. Windows color (decimal): -7779000 or 4738441. OLE color: 4738441.

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

Color convert

RGB 137 77 72 -
CMYK 0 0.44 0.47 0.46
HSL 4.62º 0.31% 0.41% -
HSV(B) 4.62º 0.47% 0.54% -
XYZ 14.14 11.09 7.53 -
YUV 94.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 137 77 72 0 0.44 0.47 0.46 4.62 0.31 0.41
Hex 89 4D 48 0 2C 2F 2E 5 1F 29
Octal 211 115 110 0 54 57 56 5 37 51
Binary 10001001 1001101 1001000 0 101100 101111 101110 101 11111 101001

Color Harmonies of #894D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D48

Black with #894D48

Text Example


Text Example

White with #894D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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