Shades of Bitter #80856C
Tints of Bitter #80856C
RGB
CMYK
RGB Variations
Color information
#80856C (or 0x80856C) is known color: Bitter. HEX triplet: 80, 85 and 6C. RGB value is (128,133,108). Sum of RGB (Red+Green+Blue) = 128+133+108=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #80856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80856C is #7F7A93. Grayscale: #808080. Windows color (decimal): -8354452 or 7112064. OLE color: 7112064.
HSL color Cylindrical-coordinate representation of color #80856C: hue angle of 72º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80856C is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 108 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.48 |
| HSL | 72º | 0.1% | 0.47% | - |
| HSV(B) | 72º | 0.19% | 0.52% | - |
| XYZ | 20 | 22.45 | 17.47 | - |
| YUV | 128.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 108 | 0.04 | 0 | 0.19 | 0.48 | 72 | 0.1 | 0.47 |
| Hex | 80 | 85 | 6C | 4 | 0 | 13 | 30 | 48 | A | 2F |
| Octal | 200 | 205 | 154 | 4 | 0 | 23 | 60 | 110 | 12 | 57 |
| Binary | 10000000 | 10000101 | 1101100 | 100 | 0 | 10011 | 110000 | 1001000 | 1010 | 101111 |
Color Harmonies of #80856C
Complementary color
Monochromatic Colors of #80856C
Black with #80856C
Text Example
Text Example
White with #80856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80856C; }
p { color: rgb(128,133,108); }
H1.HeaderClassName
{
color: #80856C;
}
.AnyTagClassName
{
color: #80856C;
}
</style>
background-color css
<style>
a { background-color: #80856C; }
a { background-color: rgb(128,133,108); }
div.DivClassName
{
background-color: #80856C;
}
.BgClassName
{
background-color: #80856C;
}
</style>
border-color css
<style>
span { border-color: #80856C; }
span { border-color: rgb(128,133,108); }
td.TdClassName
{
border-color: #80856C;
}
.TagClassName
{
border-color: #80856C;
}
</style>