#89817A

Color #89817A Americano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Americano #89817A

Tints of Americano #89817A

Color information

#89817A (or 0x89817A) is unknown color: approx 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

RGB137129122-
CMYK00.060.110.46
HSL28º5.98%50.78%-
HSV(B)28º10.95%53.73%-
XYZ21.6822.4221.6-
YUV130.59123.15132.57-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712912200.060.110.46285.9850.78
Hex89817A06B2E1c633
Octal21120117206135634663
Binary100010011000000111110100110101110111011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>