Html Css Color HEX #895553 Lotus

📋 copy color: '#895553'

red 137 ◦ green 85 ◦ blue 83

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

Shades of Lotus #895553

Tints of Lotus #895553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.21%

R = 44.92%
G = 27.87%
B = 27.21%

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

#895553 (or 0x895553) is known color: Lotus. HEX triplet: 89, 55 and 53. RGB value is (137,85,83). Sum of RGB (Red+Green+Blue) = 137+85+83=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #895553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895553 is #76AAAC. Grayscale: #646464. Windows color (decimal): -7776941 or 5461385. OLE color: 5461385.

HSL color Cylindrical-coordinate representation of color #895553: hue angle of 2.22º degrees, saturation: 0.25, 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 #895553 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 85 83 -
CMYK 0 0.38 0.39 0.46
HSL 2.22º 0.25% 0.43% -
HSV(B) 2.22º 0.39% 0.54% -
XYZ 15.13 12.44 9.79 -
YUV 100.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 137 85 83 0 0.38 0.39 0.46 2.22 0.25 0.43
Hex 89 55 53 0 26 27 2E 2 19 2B
Octal 211 125 123 0 46 47 56 2 31 53
Binary 10001001 1010101 1010011 0 100110 100111 101110 10 11001 101011

Color Harmonies of #895553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895553

Black with #895553

Text Example


Text Example

White with #895553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895553; }

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

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

background-color css

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

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

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

border-color css

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

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

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