#908275

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

Shades of Americano #908275

Tints of Americano #908275

Color information

#908275 (or 0x908275) is unknown color: approx Americano. HEX triplet: 90, 82 and 75. RGB value is (144,130,117). Sum of RGB (Red+Green+Blue) = 144+130+117=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #908275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908275 is #6F7D8A. Grayscale: #848484. Windows color (decimal): -7306635 or 7701136. OLE color: 7701136.

HSL color Cylindrical-coordinate representation of color #908275: hue angle of 28.89º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #908275 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB144130117-
CMYK00.100.190.44
HSL28.89º10.84%51.18%-
HSV(B)28.89º18.75%56.47%-
XYZ22.723.1820.11-
YUV132.7119.14136.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.83%
GREEN value IS 130 (51.17% from 255) = 33.25%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=36.83%
G=33.25%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413011700.100.190.4428.8910.8451.18
Hex9082750A132C1db33
Octal2202021650122354351363
Binary100100001000001011101010101010011101100111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908275; }

 p { color: rgb(144,130,117); }

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

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

 a { background-color: rgb(144,130,117); }

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

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

 span { border-color: rgb(144,130,117); }

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