Html Css Color HEX #895551 Lotus

📋 copy color: '#895551'

red 137 ◦ green 85 ◦ blue 81

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

Shades of Lotus #895551

Tints of Lotus #895551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.73%

R = 45.21%
G = 28.05%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#895551 (or 0x895551) is known color: Lotus. HEX triplet: 89, 55 and 51. RGB value is (137,85,81). Sum of RGB (Red+Green+Blue) = 137+85+81=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #895551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895551 is #76AAAE. Grayscale: #646464. Windows color (decimal): -7776943 or 5330313. OLE color: 5330313.

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

Color convert

RGB 137 85 81 -
CMYK 0 0.38 0.41 0.46
HSL 4.29º 0.26% 0.43% -
HSV(B) 4.29º 0.41% 0.54% -
XYZ 15.05 12.41 9.39 -
YUV 100.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 137 85 81 0 0.38 0.41 0.46 4.29 0.26 0.43
Hex 89 55 51 0 26 29 2E 4 1A 2B
Octal 211 125 121 0 46 51 56 4 32 53
Binary 10001001 1010101 1010001 0 100110 101001 101110 100 11010 101011

Color Harmonies of #895551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895551

Black with #895551

Text Example


Text Example

White with #895551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895551; }

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

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

background-color css

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

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

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

border-color css

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

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

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