Html Css Color HEX #8E8073 Americano

📋 copy color: '#8E8073'

red 142 ◦ green 128 ◦ blue 115

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

Shades of Americano #8E8073

Tints of Americano #8E8073

RGB

 RED value IS 142 (55.86% from 255) = 36.88%

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

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

R = 36.88%
G = 33.25%
B = 29.87%

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

#8E8073 (or 0x8E8073) is known color: Americano. HEX triplet: 8E, 80 and 73. RGB value is (142,128,115). Sum of RGB (Red+Green+Blue) = 142+128+115=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8073 is #717F8C. Grayscale: #828282. Windows color (decimal): -7438221 or 7569550. OLE color: 7569550.

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

Color convert

RGB 142 128 115 -
CMYK 0 0.10 0.19 0.44
HSL 28.89º 0.11% 0.5% -
HSV(B) 28.89º 0.19% 0.56% -
XYZ 21.97 22.43 19.39 -
YUV 130.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 142 128 115 0 0.10 0.19 0.44 28.89 0.11 0.5
Hex 8E 80 73 0 A 13 2C 1D B 32
Octal 216 200 163 0 12 23 54 35 13 62
Binary 10001110 10000000 1110011 0 1010 10011 101100 11101 1011 110010

Color Harmonies of #8E8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8073

Black with #8E8073

Text Example


Text Example

White with #8E8073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E8073; }

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

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

background-color css

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

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

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

border-color css

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

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

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