#8B8179

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

Shades of Americano #8B8179

Tints of Americano #8B8179

Color information

#8B8179 (or 0x8B8179) is unknown color: approx Americano. HEX triplet: 8B, 81 and 79. RGB value is (139,129,121). Sum of RGB (Red+Green+Blue) = 139+129+121=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8179 is #747E86. Grayscale: #838383. Windows color (decimal): -7634567 or 7963019. OLE color: 7963019.

HSL color Cylindrical-coordinate representation of color #8B8179: hue angle of 26.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B8179 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB139129121-
CMYK00.070.130.45
HSL26.67º7.2%50.98%-
HSV(B)26.67º12.95%54.51%-
XYZ21.9522.5721.29-
YUV131.08122.31133.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.73%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=35.73%
G=33.16%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912912100.070.130.4526.677.250.98
Hex8B817907D2D1b733
Octal21320117107155533763
Binary100010111000000111110010111110110110111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B8179; }

 p { color: rgb(139,129,121); }

 H1.HeaderClassName
 {
   color: #8B8179;
 }
 .AnyTagClassName
 {
   color: #8B8179;
 }
</style>
background-color css

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

 a { background-color: rgb(139,129,121); }

 div.DivClassName
 {
   background-color: #8B8179;
 }
 .BgClassName
 {
   background-color: #8B8179;
 }
</style>
border-color css

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

 span { border-color: rgb(139,129,121); }

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