Html Css Color HEX #908275 Americano

📋 copy color: '#908275'

red 144 ◦ green 130 ◦ blue 117

#908275
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Americano #908275

Tints of Americano #908275

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 value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#908275 (or 0x908275) is known color: 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

RGB 144 130 117 -
CMYK 0 0.10 0.19 0.44
HSL 28.89º 0.11% 0.51% -
HSV(B) 28.89º 0.19% 0.56% -
XYZ 22.7 23.18 20.11 -
YUV 132.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 144 130 117 0 0.10 0.19 0.44 28.89 0.11 0.51
Hex 90 82 75 0 A 13 2C 1D B 33
Octal 220 202 165 0 12 23 54 35 13 63
Binary 10010000 10000010 1110101 0 1010 10011 101100 11101 1011 110011

Color Harmonies of #908275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908275

Black with #908275

Text Example


Text Example

White with #908275

Text Example


Text Example

HTML Codes & Css Web 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>