Shades of Bitter #85885F
Tints of Bitter #85885F
RGB
CMYK
RGB Variations
Color information
#85885F (or 0x85885F) is known color: Bitter. HEX triplet: 85, 88 and 5F. RGB value is (133,136,95). Sum of RGB (Red+Green+Blue) = 133+136+95=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #85885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85885F is #7A77A0. Grayscale: #828282. Windows color (decimal): -8026017 or 6260869. OLE color: 6260869.
HSL color Cylindrical-coordinate representation of color #85885F: hue angle of 64.39º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85885F is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 95 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.47 |
| HSL | 64.39º | 0.18% | 0.45% | - |
| HSV(B) | 64.39º | 0.3% | 0.53% | - |
| XYZ | 20.54 | 23.42 | 14.26 | - |
| YUV | 130.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 95 | 0.02 | 0 | 0.30 | 0.47 | 64.39 | 0.18 | 0.45 |
| Hex | 85 | 88 | 5F | 2 | 0 | 1E | 2F | 40 | 12 | 2D |
| Octal | 205 | 210 | 137 | 2 | 0 | 36 | 57 | 100 | 22 | 55 |
| Binary | 10000101 | 10001000 | 1011111 | 10 | 0 | 11110 | 101111 | 1000000 | 10010 | 101101 |
Color Harmonies of #85885F
Complementary color
Monochromatic Colors of #85885F
Black with #85885F
Text Example
Text Example
White with #85885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85885F; }
p { color: rgb(133,136,95); }
H1.HeaderClassName
{
color: #85885F;
}
.AnyTagClassName
{
color: #85885F;
}
</style>
background-color css
<style>
a { background-color: #85885F; }
a { background-color: rgb(133,136,95); }
div.DivClassName
{
background-color: #85885F;
}
.BgClassName
{
background-color: #85885F;
}
</style>
border-color css
<style>
span { border-color: #85885F; }
span { border-color: rgb(133,136,95); }
td.TdClassName
{
border-color: #85885F;
}
.TagClassName
{
border-color: #85885F;
}
</style>