Html Css Color HEX #895554 Lotus

📋 copy color: '#895554'

red 137 ◦ green 85 ◦ blue 84

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

Shades of Lotus #895554

Tints of Lotus #895554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.78%

 BLUE value IS 84 (33.2% from 255) = 27.45%

R = 44.77%
G = 27.78%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#895554 (or 0x895554) is known color: Lotus. HEX triplet: 89, 55 and 54. RGB value is (137,85,84). Sum of RGB (Red+Green+Blue) = 137+85+84=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #895554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895554 is #76AAAB. Grayscale: #646464. Windows color (decimal): -7776940 or 5526921. OLE color: 5526921.

HSL color Cylindrical-coordinate representation of color #895554: hue angle of 1.13º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895554 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 85 84 -
CMYK 0 0.38 0.39 0.46
HSL 1.13º 0.24% 0.43% -
HSV(B) 1.13º 0.39% 0.54% -
XYZ 15.17 12.46 9.99 -
YUV 100.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 137 85 84 0 0.38 0.39 0.46 1.13 0.24 0.43
Hex 89 55 54 0 26 27 2E 1 18 2B
Octal 211 125 124 0 46 47 56 1 30 53
Binary 10001001 1010101 1010100 0 100110 100111 101110 1 11000 101011

Color Harmonies of #895554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895554

Black with #895554

Text Example


Text Example

White with #895554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895554; }

 p { color: rgb(137,85,84); }

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

background-color css

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

 a { background-color: rgb(137,85,84); }

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

border-color css

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

 span { border-color: rgb(137,85,84); }

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