Shades of Bitter #858959
Tints of Bitter #858959
RGB
CMYK
RGB Variations
Color information
#858959 (or 0x858959) is known color: Bitter. HEX triplet: 85, 89 and 59. RGB value is (133,137,89). Sum of RGB (Red+Green+Blue) = 133+137+89=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 137 - color contains mainly: green. Hex color #858959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858959 is #7A76A6. Grayscale: #828282. Windows color (decimal): -8025767 or 5867909. OLE color: 5867909.
HSL color Cylindrical-coordinate representation of color #858959: hue angle of 65º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #858959 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 89 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.46 |
| HSL | 65º | 0.21% | 0.44% | - |
| HSV(B) | 65º | 0.35% | 0.54% | - |
| XYZ | 20.42 | 23.6 | 12.93 | - |
| YUV | 130.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 89 | 0.03 | 0 | 0.35 | 0.46 | 65 | 0.21 | 0.44 |
| Hex | 85 | 89 | 59 | 3 | 0 | 23 | 2E | 41 | 15 | 2C |
| Octal | 205 | 211 | 131 | 3 | 0 | 43 | 56 | 101 | 25 | 54 |
| Binary | 10000101 | 10001001 | 1011001 | 11 | 0 | 100011 | 101110 | 1000001 | 10101 | 101100 |
Color Harmonies of #858959
Complementary color
Monochromatic Colors of #858959
Black with #858959
Text Example
Text Example
White with #858959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858959; }
p { color: rgb(133,137,89); }
H1.HeaderClassName
{
color: #858959;
}
.AnyTagClassName
{
color: #858959;
}
</style>
background-color css
<style>
a { background-color: #858959; }
a { background-color: rgb(133,137,89); }
div.DivClassName
{
background-color: #858959;
}
.BgClassName
{
background-color: #858959;
}
</style>
border-color css
<style>
span { border-color: #858959; }
span { border-color: rgb(133,137,89); }
td.TdClassName
{
border-color: #858959;
}
.TagClassName
{
border-color: #858959;
}
</style>