#918073

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

Shades of Americano #918073

Tints of Americano #918073

Color information

#918073 (or 0x918073) is unknown color: approx Americano. HEX triplet: 91, 80 and 73. RGB value is (145,128,115). Sum of RGB (Red+Green+Blue) = 145+128+115=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #918073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918073 is #6E7F8C. Grayscale: #838383. Windows color (decimal): -7241613 or 7569553. OLE color: 7569553.

HSL color Cylindrical-coordinate representation of color #918073: hue angle of 26º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #918073 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB145128115-
CMYK00.120.210.43
HSL26º12%50.98%-
HSV(B)26º20.69%56.86%-
XYZ22.4922.719.42-
YUV131.6118.63137.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.37%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=37.37%
G=32.99%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512811500.120.210.43261250.98
Hex9180730C152B1ac33
Octal2212001630142553321463
Binary100100011000000011100110110010101101011110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918073; }

 p { color: rgb(145,128,115); }

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

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

 a { background-color: rgb(145,128,115); }

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

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

 span { border-color: rgb(145,128,115); }

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