Html Css Color HEX #89564B Lotus

📋 copy color: '#89564B'

red 137 ◦ green 86 ◦ blue 75

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

Shades of Lotus #89564B

Tints of Lotus #89564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.17%

R = 45.97%
G = 28.86%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#89564B (or 0x89564B) is known color: Lotus. HEX triplet: 89, 56 and 4B. RGB value is (137,86,75). Sum of RGB (Red+Green+Blue) = 137+86+75=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #89564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89564B is #76A9B4. Grayscale: #646464. Windows color (decimal): -7776693 or 4937353. OLE color: 4937353.

HSL color Cylindrical-coordinate representation of color #89564B: hue angle of 10.65º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89564B is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 86 75 -
CMYK 0 0.37 0.45 0.46
HSL 10.65º 0.29% 0.42% -
HSV(B) 10.65º 0.45% 0.54% -
XYZ 14.91 12.48 8.28 -
YUV 100 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 137 86 75 0 0.37 0.45 0.46 10.65 0.29 0.42
Hex 89 56 4B 0 25 2D 2E B 1D 2A
Octal 211 126 113 0 45 55 56 13 35 52
Binary 10001001 1010110 1001011 0 100101 101101 101110 1011 11101 101010

Color Harmonies of #89564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89564B

Black with #89564B

Text Example


Text Example

White with #89564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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