Html Css Color HEX #895953 Lotus

📋 copy color: '#895953'

red 137 ◦ green 89 ◦ blue 83

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

Shades of Lotus #895953

Tints of Lotus #895953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.8%

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

R = 44.34%
G = 28.8%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#895953 (or 0x895953) is known color: Lotus. HEX triplet: 89, 59 and 53. RGB value is (137,89,83). Sum of RGB (Red+Green+Blue) = 137+89+83=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #895953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895953 is #76A6AC. Grayscale: #666666. Windows color (decimal): -7775917 or 5462409. OLE color: 5462409.

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

Color convert

RGB 137 89 83 -
CMYK 0 0.35 0.39 0.46
HSL 6.67º 0.25% 0.43% -
HSV(B) 6.67º 0.39% 0.54% -
XYZ 15.45 13.09 9.9 -
YUV 102.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 137 89 83 0 0.35 0.39 0.46 6.67 0.25 0.43
Hex 89 59 53 0 23 27 2E 7 19 2B
Octal 211 131 123 0 43 47 56 7 31 53
Binary 10001001 1011001 1010011 0 100011 100111 101110 111 11001 101011

Color Harmonies of #895953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895953

Black with #895953

Text Example


Text Example

White with #895953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895953; }

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

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

background-color css

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

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

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

border-color css

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

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

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