#8C8073

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

Shades of Americano #8C8073

Tints of Americano #8C8073

Color information

#8C8073 (or 0x8C8073) is unknown color: approx Americano. HEX triplet: 8C, 80 and 73. RGB value is (140,128,115). Sum of RGB (Red+Green+Blue) = 140+128+115=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8073 is #737F8C. Grayscale: #828282. Windows color (decimal): -7569293 or 7569548. OLE color: 7569548.

HSL color Cylindrical-coordinate representation of color #8C8073: hue angle of 31.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C8073 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB140128115-
CMYK00.090.180.45
HSL31.2º9.8%50%-
HSV(B)31.2º17.86%54.9%-
XYZ21.6322.2519.37-
YUV130.11119.48135.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.55%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=36.55%
G=33.42%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012811500.090.180.4531.29.850
Hex8C807309122D1fa32
Octal2142001630112255371262
Binary100011001000000011100110100110010101101111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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