Html Css Color HEX #894C49 Lotus

📋 copy color: '#894C49'

red 137 ◦ green 76 ◦ blue 73

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

Shades of Lotus #894C49

Tints of Lotus #894C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.57%

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

R = 47.9%
G = 26.57%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#894C49 (or 0x894C49) is known color: Lotus. HEX triplet: 89, 4C and 49. RGB value is (137,76,73). Sum of RGB (Red+Green+Blue) = 137+76+73=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #894C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894C49 is #76B3B6. Grayscale: #5D5D5D. Windows color (decimal): -7779255 or 4803721. OLE color: 4803721.

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

Color convert

RGB 137 76 73 -
CMYK 0 0.45 0.47 0.46
HSL 2.81º 0.3% 0.41% -
HSV(B) 2.81º 0.47% 0.54% -
XYZ 14.1 10.97 7.68 -
YUV 93.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 137 76 73 0 0.45 0.47 0.46 2.81 0.3 0.41
Hex 89 4C 49 0 2D 2F 2E 3 1E 29
Octal 211 114 111 0 55 57 56 3 36 51
Binary 10001001 1001100 1001001 0 101101 101111 101110 11 11110 101001

Color Harmonies of #894C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894C49

Black with #894C49

Text Example


Text Example

White with #894C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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