Shades of Bitter #85886E
Tints of Bitter #85886E
RGB
CMYK
RGB Variations
Color information
#85886E (or 0x85886E) is known color: Bitter. HEX triplet: 85, 88 and 6E. RGB value is (133,136,110). Sum of RGB (Red+Green+Blue) = 133+136+110=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 136 - color contains mainly: green. Hex color #85886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85886E is #7A7791. Grayscale: #848484. Windows color (decimal): -8026002 or 7243909. OLE color: 7243909.
HSL color Cylindrical-coordinate representation of color #85886E: hue angle of 66.92º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85886E is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 110 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.47 |
| HSL | 66.92º | 0.11% | 0.48% | - |
| HSV(B) | 66.92º | 0.19% | 0.53% | - |
| XYZ | 21.29 | 23.72 | 18.21 | - |
| YUV | 132.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 110 | 0.02 | 0 | 0.19 | 0.47 | 66.92 | 0.11 | 0.48 |
| Hex | 85 | 88 | 6E | 2 | 0 | 13 | 2F | 43 | B | 30 |
| Octal | 205 | 210 | 156 | 2 | 0 | 23 | 57 | 103 | 13 | 60 |
| Binary | 10000101 | 10001000 | 1101110 | 10 | 0 | 10011 | 101111 | 1000011 | 1011 | 110000 |
Color Harmonies of #85886E
Complementary color
Monochromatic Colors of #85886E
Black with #85886E
Text Example
Text Example
White with #85886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85886E; }
p { color: rgb(133,136,110); }
H1.HeaderClassName
{
color: #85886E;
}
.AnyTagClassName
{
color: #85886E;
}
</style>
background-color css
<style>
a { background-color: #85886E; }
a { background-color: rgb(133,136,110); }
div.DivClassName
{
background-color: #85886E;
}
.BgClassName
{
background-color: #85886E;
}
</style>
border-color css
<style>
span { border-color: #85886E; }
span { border-color: rgb(133,136,110); }
td.TdClassName
{
border-color: #85886E;
}
.TagClassName
{
border-color: #85886E;
}
</style>