Shades of Bitter #80885E
Tints of Bitter #80885E
RGB
CMYK
RGB Variations
Color information
#80885E (or 0x80885E) is known color: Bitter. HEX triplet: 80, 88 and 5E. RGB value is (128,136,94). Sum of RGB (Red+Green+Blue) = 128+136+94=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 136 - color contains mainly: green. Hex color #80885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80885E is #7F77A1. Grayscale: #808080. Windows color (decimal): -8353698 or 6195328. OLE color: 6195328.
HSL color Cylindrical-coordinate representation of color #80885E: hue angle of 71.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80885E is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 94 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.47 |
| HSL | 71.43º | 0.18% | 0.45% | - |
| HSV(B) | 71.43º | 0.31% | 0.53% | - |
| XYZ | 19.73 | 23.01 | 13.99 | - |
| YUV | 128.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 94 | 0.06 | 0 | 0.31 | 0.47 | 71.43 | 0.18 | 0.45 |
| Hex | 80 | 88 | 5E | 6 | 0 | 1F | 2F | 47 | 12 | 2D |
| Octal | 200 | 210 | 136 | 6 | 0 | 37 | 57 | 107 | 22 | 55 |
| Binary | 10000000 | 10001000 | 1011110 | 110 | 0 | 11111 | 101111 | 1000111 | 10010 | 101101 |
Color Harmonies of #80885E
Complementary color
Monochromatic Colors of #80885E
Black with #80885E
Text Example
Text Example
White with #80885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80885E; }
p { color: rgb(128,136,94); }
H1.HeaderClassName
{
color: #80885E;
}
.AnyTagClassName
{
color: #80885E;
}
</style>
background-color css
<style>
a { background-color: #80885E; }
a { background-color: rgb(128,136,94); }
div.DivClassName
{
background-color: #80885E;
}
.BgClassName
{
background-color: #80885E;
}
</style>
border-color css
<style>
span { border-color: #80885E; }
span { border-color: rgb(128,136,94); }
td.TdClassName
{
border-color: #80885E;
}
.TagClassName
{
border-color: #80885E;
}
</style>