Html Css Color HEX #897D71 Americano

📋 copy color: '#897D71'

red 137 ◦ green 125 ◦ blue 113

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

Shades of Americano #897D71

Tints of Americano #897D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.33%

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 36.53%
G = 33.33%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#897D71 (or 0x897D71) is known color: Americano. HEX triplet: 89, 7D and 71. RGB value is (137,125,113). Sum of RGB (Red+Green+Blue) = 137+125+113=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 137 - color contains mainly: red. Hex color #897D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D71 is #76828E. Grayscale: #7F7F7F. Windows color (decimal): -7766671 or 7437705. OLE color: 7437705.

HSL color Cylindrical-coordinate representation of color #897D71: hue angle of 30º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #897D71 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 125 113 -
CMYK 0 0.09 0.18 0.46
HSL 30º 0.1% 0.49% -
HSV(B) 30º 0.18% 0.54% -
XYZ 20.63 21.18 18.62 -
YUV 127.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 137 125 113 0 0.09 0.18 0.46 30 0.1 0.49
Hex 89 7D 71 0 9 12 2E 1E A 31
Octal 211 175 161 0 11 22 56 36 12 61
Binary 10001001 1111101 1110001 0 1001 10010 101110 11110 1010 110001

Color Harmonies of #897D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D71

Black with #897D71

Text Example


Text Example

White with #897D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897D71; }

 p { color: rgb(137,125,113); }

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

background-color css

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

 a { background-color: rgb(137,125,113); }

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

border-color css

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

 span { border-color: rgb(137,125,113); }

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