Html Css Color HEX #89504A Lotus

📋 copy color: '#89504A'

red 137 ◦ green 80 ◦ blue 74

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

Shades of Lotus #89504A

Tints of Lotus #89504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.43%

R = 47.08%
G = 27.49%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#89504A (or 0x89504A) is known color: Lotus. HEX triplet: 89, 50 and 4A. RGB value is (137,80,74). Sum of RGB (Red+Green+Blue) = 137+80+74=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #89504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89504A is #76AFB5. Grayscale: #606060. Windows color (decimal): -7778230 or 4870281. OLE color: 4870281.

HSL color Cylindrical-coordinate representation of color #89504A: hue angle of 5.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89504A is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 80 74 -
CMYK 0 0.42 0.46 0.46
HSL 5.71º 0.3% 0.41% -
HSV(B) 5.71º 0.46% 0.54% -
XYZ 14.42 11.55 7.95 -
YUV 96.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 137 80 74 0 0.42 0.46 0.46 5.71 0.3 0.41
Hex 89 50 4A 0 2A 2E 2E 6 1E 29
Octal 211 120 112 0 52 56 56 6 36 51
Binary 10001001 1010000 1001010 0 101010 101110 101110 110 11110 101001

Color Harmonies of #89504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89504A

Black with #89504A

Text Example


Text Example

White with #89504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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