Html Css Color HEX #89817A Americano

📋 copy color: '#89817A'

red 137 ◦ green 129 ◦ blue 122

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

Shades of Americano #89817A

Tints of Americano #89817A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.25%

 BLUE value IS 122 (48.05% from 255) = 31.44%

R = 35.31%
G = 33.25%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#89817A (or 0x89817A) is known color: Americano. HEX triplet: 89, 81 and 7A. RGB value is (137,129,122). Sum of RGB (Red+Green+Blue) = 137+129+122=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 137 - color contains mainly: red. Hex color #89817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89817A is #767E85. Grayscale: #828282. Windows color (decimal): -7765638 or 8028553. OLE color: 8028553.

HSL color Cylindrical-coordinate representation of color #89817A: hue angle of 28º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #89817A is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 129 122 -
CMYK 0 0.06 0.11 0.46
HSL 28º 0.06% 0.51% -
HSV(B) 28º 0.11% 0.54% -
XYZ 21.68 22.42 21.6 -
YUV 130.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 137 129 122 0 0.06 0.11 0.46 28 0.06 0.51
Hex 89 81 7A 0 6 B 2E 1C 6 33
Octal 211 201 172 0 6 13 56 34 6 63
Binary 10001001 10000001 1111010 0 110 1011 101110 11100 110 110011

Color Harmonies of #89817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89817A

Black with #89817A

Text Example


Text Example

White with #89817A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89817A; }

 p { color: rgb(137,129,122); }

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

background-color css

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

 a { background-color: rgb(137,129,122); }

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

border-color css

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

 span { border-color: rgb(137,129,122); }

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