Shades of Americano #8D8073
Tints of Americano #8D8073
RGB
CMYK
RGB Variations
Color information
#8D8073 (or 0x8D8073) is known color: Americano. HEX triplet: 8D, 80 and 73. RGB value is (141,128,115). Sum of RGB (Red+Green+Blue) = 141+128+115=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8073 is #727F8C. Grayscale: #828282. Windows color (decimal): -7503757 or 7569549. OLE color: 7569549.
HSL color Cylindrical-coordinate representation of color #8D8073: hue angle of 30º 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 #8D8073 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 128 | 115 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.45 |
| HSL | 30º | 0.1% | 0.5% | - |
| HSV(B) | 30º | 0.18% | 0.55% | - |
| XYZ | 21.8 | 22.34 | 19.38 | - |
| YUV | 130.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 115 | 0 | 0.09 | 0.18 | 0.45 | 30 | 0.1 | 0.5 |
| Hex | 8D | 80 | 73 | 0 | 9 | 12 | 2D | 1E | A | 32 |
| Octal | 215 | 200 | 163 | 0 | 11 | 22 | 55 | 36 | 12 | 62 |
| Binary | 10001101 | 10000000 | 1110011 | 0 | 1001 | 10010 | 101101 | 11110 | 1010 | 110010 |
Color Harmonies of #8D8073
Complementary color
Monochromatic Colors of #8D8073
Black with #8D8073
Text Example
Text Example
White with #8D8073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8073; }
p { color: rgb(141,128,115); }
H1.HeaderClassName
{
color: #8D8073;
}
.AnyTagClassName
{
color: #8D8073;
}
</style>
background-color css
<style>
a { background-color: #8D8073; }
a { background-color: rgb(141,128,115); }
div.DivClassName
{
background-color: #8D8073;
}
.BgClassName
{
background-color: #8D8073;
}
</style>
border-color css
<style>
span { border-color: #8D8073; }
span { border-color: rgb(141,128,115); }
td.TdClassName
{
border-color: #8D8073;
}
.TagClassName
{
border-color: #8D8073;
}
</style>