Html Css Color HEX #89564A Lotus

📋 copy color: '#89564A'

red 137 ◦ green 86 ◦ blue 74

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

Shades of Lotus #89564A

Tints of Lotus #89564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.96%

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

R = 46.13%
G = 28.96%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#89564A (or 0x89564A) is known color: Lotus. HEX triplet: 89, 56 and 4A. RGB value is (137,86,74). Sum of RGB (Red+Green+Blue) = 137+86+74=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #89564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89564A is #76A9B5. Grayscale: #636363. Windows color (decimal): -7776694 or 4871817. OLE color: 4871817.

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

Color convert

RGB 137 86 74 -
CMYK 0 0.37 0.46 0.46
HSL 11.43º 0.3% 0.41% -
HSV(B) 11.43º 0.46% 0.54% -
XYZ 14.88 12.47 8.1 -
YUV 99.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 137 86 74 0 0.37 0.46 0.46 11.43 0.3 0.41
Hex 89 56 4A 0 25 2E 2E B 1E 29
Octal 211 126 112 0 45 56 56 13 36 51
Binary 10001001 1010110 1001010 0 100101 101110 101110 1011 11110 101001

Color Harmonies of #89564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89564A

Black with #89564A

Text Example


Text Example

White with #89564A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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