Shades of Bitter #85885B
Tints of Bitter #85885B
RGB
CMYK
RGB Variations
Color information
#85885B (or 0x85885B) is known color: Bitter. HEX triplet: 85, 88 and 5B. RGB value is (133,136,91). Sum of RGB (Red+Green+Blue) = 133+136+91=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 136 - color contains mainly: green. Hex color #85885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85885B is #7A77A4. Grayscale: #828282. Windows color (decimal): -8026021 or 5998725. OLE color: 5998725.
HSL color Cylindrical-coordinate representation of color #85885B: hue angle of 64º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85885B is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 91 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.47 |
| HSL | 64º | 0.2% | 0.45% | - |
| HSV(B) | 64º | 0.33% | 0.53% | - |
| XYZ | 20.37 | 23.35 | 13.33 | - |
| YUV | 129.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 91 | 0.02 | 0 | 0.33 | 0.47 | 64 | 0.2 | 0.45 |
| Hex | 85 | 88 | 5B | 2 | 0 | 21 | 2F | 40 | 14 | 2D |
| Octal | 205 | 210 | 133 | 2 | 0 | 41 | 57 | 100 | 24 | 55 |
| Binary | 10000101 | 10001000 | 1011011 | 10 | 0 | 100001 | 101111 | 1000000 | 10100 | 101101 |
Color Harmonies of #85885B
Complementary color
Monochromatic Colors of #85885B
Black with #85885B
Text Example
Text Example
White with #85885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85885B; }
p { color: rgb(133,136,91); }
H1.HeaderClassName
{
color: #85885B;
}
.AnyTagClassName
{
color: #85885B;
}
</style>
background-color css
<style>
a { background-color: #85885B; }
a { background-color: rgb(133,136,91); }
div.DivClassName
{
background-color: #85885B;
}
.BgClassName
{
background-color: #85885B;
}
</style>
border-color css
<style>
span { border-color: #85885B; }
span { border-color: rgb(133,136,91); }
td.TdClassName
{
border-color: #85885B;
}
.TagClassName
{
border-color: #85885B;
}
</style>