#918072

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

Shades of Americano #918072

Tints of Americano #918072

Color information

#918072 (or 0x918072) is unknown color: approx Americano. HEX triplet: 91, 80 and 72. RGB value is (145,128,114). Sum of RGB (Red+Green+Blue) = 145+128+114=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 145 - color contains mainly: red. Hex color #918072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918072 is #6E7F8D. Grayscale: #838383. Windows color (decimal): -7241614 or 7504017. OLE color: 7504017.

HSL color Cylindrical-coordinate representation of color #918072: hue angle of 27.1º 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 #918072 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB145128114-
CMYK00.120.210.43
HSL27.1º12.35%50.78%-
HSV(B)27.1º21.38%56.86%-
XYZ22.4322.6719.11-
YUV131.49118.13137.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.47%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=37.47%
G=33.07%
B=29.46%

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
Decimal14512811400.120.210.4327.112.3550.78
Hex9180720C152B1bc33
Octal2212001620142553331463
Binary100100011000000011100100110010101101011110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918072; }

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

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

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

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

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

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

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

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