Shades of Bitter #80895E
Tints of Bitter #80895E
RGB
CMYK
RGB Variations
Color information
#80895E (or 0x80895E) is known color: Bitter. HEX triplet: 80, 89 and 5E. RGB value is (128,137,94). Sum of RGB (Red+Green+Blue) = 128+137+94=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 137 - color contains mainly: green. Hex color #80895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80895E is #7F76A1. Grayscale: #818181. Windows color (decimal): -8353442 or 6195584. OLE color: 6195584.
HSL color Cylindrical-coordinate representation of color #80895E: hue angle of 72.56º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80895E is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 94 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.46 |
| HSL | 72.56º | 0.19% | 0.45% | - |
| HSV(B) | 72.56º | 0.31% | 0.54% | - |
| XYZ | 19.87 | 23.29 | 14.04 | - |
| YUV | 129.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 94 | 0.07 | 0 | 0.31 | 0.46 | 72.56 | 0.19 | 0.45 |
| Hex | 80 | 89 | 5E | 7 | 0 | 1F | 2E | 49 | 13 | 2D |
| Octal | 200 | 211 | 136 | 7 | 0 | 37 | 56 | 111 | 23 | 55 |
| Binary | 10000000 | 10001001 | 1011110 | 111 | 0 | 11111 | 101110 | 1001001 | 10011 | 101101 |
Color Harmonies of #80895E
Complementary color
Monochromatic Colors of #80895E
Black with #80895E
Text Example
Text Example
White with #80895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80895E; }
p { color: rgb(128,137,94); }
H1.HeaderClassName
{
color: #80895E;
}
.AnyTagClassName
{
color: #80895E;
}
</style>
background-color css
<style>
a { background-color: #80895E; }
a { background-color: rgb(128,137,94); }
div.DivClassName
{
background-color: #80895E;
}
.BgClassName
{
background-color: #80895E;
}
</style>
border-color css
<style>
span { border-color: #80895E; }
span { border-color: rgb(128,137,94); }
td.TdClassName
{
border-color: #80895E;
}
.TagClassName
{
border-color: #80895E;
}
</style>