Html Css Color HEX #894948 Lotus

📋 copy color: '#894948'

red 137 ◦ green 73 ◦ blue 72

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

Shades of Lotus #894948

Tints of Lotus #894948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.89%

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

R = 48.58%
G = 25.89%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#894948 (or 0x894948) is known color: Lotus. HEX triplet: 89, 49 and 48. RGB value is (137,73,72). Sum of RGB (Red+Green+Blue) = 137+73+72=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 137 - color contains mainly: red. Hex color #894948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894948 is #76B6B7. Grayscale: #5C5C5C. Windows color (decimal): -7780024 or 4737417. OLE color: 4737417.

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

Color convert

RGB 137 73 72 -
CMYK 0 0.47 0.47 0.46
HSL 0.92º 0.31% 0.41% -
HSV(B) 0.92º 0.47% 0.54% -
XYZ 13.87 10.55 7.44 -
YUV 92.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 137 73 72 0 0.47 0.47 0.46 0.92 0.31 0.41
Hex 89 49 48 0 2F 2F 2E 1 1F 29
Octal 211 111 110 0 57 57 56 1 37 51
Binary 10001001 1001001 1001000 0 101111 101111 101110 1 11111 101001

Color Harmonies of #894948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894948

Black with #894948

Text Example


Text Example

White with #894948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894948; }

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

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

background-color css

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

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

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

border-color css

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

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

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