Html Css Color HEX #895049 Lotus

📋 copy color: '#895049'

red 137 ◦ green 80 ◦ blue 73

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

Shades of Lotus #895049

Tints of Lotus #895049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

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

R = 47.24%
G = 27.59%
B = 25.17%

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

#895049 (or 0x895049) is known color: Lotus. HEX triplet: 89, 50 and 49. RGB value is (137,80,73). Sum of RGB (Red+Green+Blue) = 137+80+73=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #895049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895049 is #76AFB6. Grayscale: #606060. Windows color (decimal): -7778231 or 4804745. OLE color: 4804745.

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

Color convert

RGB 137 80 73 -
CMYK 0 0.42 0.47 0.46
HSL 6.56º 0.3% 0.41% -
HSV(B) 6.56º 0.47% 0.54% -
XYZ 14.39 11.54 7.77 -
YUV 96.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 137 80 73 0 0.42 0.47 0.46 6.56 0.3 0.41
Hex 89 50 49 0 2A 2F 2E 7 1E 29
Octal 211 120 111 0 52 57 56 7 36 51
Binary 10001001 1010000 1001001 0 101010 101111 101110 111 11110 101001

Color Harmonies of #895049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895049

Black with #895049

Text Example


Text Example

White with #895049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895049; }

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

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

background-color css

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

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

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

border-color css

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

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

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