Html Css Color HEX #908073 Americano

📋 copy color: '#908073'

red 144 ◦ green 128 ◦ blue 115

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

Shades of Americano #908073

Tints of Americano #908073

RGB

 RED value IS 144 (56.64% from 255) = 37.21%

 GREEN value IS 128 (50.39% from 255) = 33.07%

 BLUE value IS 115 (45.31% from 255) = 29.72%

R = 37.21%
G = 33.07%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#908073 (or 0x908073) is known color: Americano. HEX triplet: 90, 80 and 73. RGB value is (144,128,115). Sum of RGB (Red+Green+Blue) = 144+128+115=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #908073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908073 is #6F7F8C. Grayscale: #838383. Windows color (decimal): -7307149 or 7569552. OLE color: 7569552.

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

Color convert

RGB 144 128 115 -
CMYK 0 0.11 0.20 0.44
HSL 26.9º 0.12% 0.51% -
HSV(B) 26.9º 0.2% 0.56% -
XYZ 22.32 22.61 19.41 -
YUV 131.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 144 128 115 0 0.11 0.20 0.44 26.9 0.12 0.51
Hex 90 80 73 0 B 14 2C 1B C 33
Octal 220 200 163 0 13 24 54 33 14 63
Binary 10010000 10000000 1110011 0 1011 10100 101100 11011 1100 110011

Color Harmonies of #908073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908073

Black with #908073

Text Example


Text Example

White with #908073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908073; }

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

 H1.HeaderClassName
 {
   color: #908073;
 }
 .AnyTagClassName
 {
   color: #908073;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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