Shades of Bitter #848859
Tints of Bitter #848859
RGB
CMYK
RGB Variations
Color information
#848859 (or 0x848859) is known color: Bitter. HEX triplet: 84, 88 and 59. RGB value is (132,136,89). Sum of RGB (Red+Green+Blue) = 132+136+89=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #848859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848859 is #7B77A6. Grayscale: #818181. Windows color (decimal): -8091559 or 5867652. OLE color: 5867652.
HSL color Cylindrical-coordinate representation of color #848859: hue angle of 65.11º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #848859 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 89 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.47 |
| HSL | 65.11º | 0.21% | 0.44% | - |
| HSV(B) | 65.11º | 0.35% | 0.53% | - |
| XYZ | 20.12 | 23.24 | 12.88 | - |
| YUV | 129.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 89 | 0.03 | 0 | 0.35 | 0.47 | 65.11 | 0.21 | 0.44 |
| Hex | 84 | 88 | 59 | 3 | 0 | 23 | 2F | 41 | 15 | 2C |
| Octal | 204 | 210 | 131 | 3 | 0 | 43 | 57 | 101 | 25 | 54 |
| Binary | 10000100 | 10001000 | 1011001 | 11 | 0 | 100011 | 101111 | 1000001 | 10101 | 101100 |
Color Harmonies of #848859
Complementary color
Monochromatic Colors of #848859
Black with #848859
Text Example
Text Example
White with #848859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848859; }
p { color: rgb(132,136,89); }
H1.HeaderClassName
{
color: #848859;
}
.AnyTagClassName
{
color: #848859;
}
</style>
background-color css
<style>
a { background-color: #848859; }
a { background-color: rgb(132,136,89); }
div.DivClassName
{
background-color: #848859;
}
.BgClassName
{
background-color: #848859;
}
</style>
border-color css
<style>
span { border-color: #848859; }
span { border-color: rgb(132,136,89); }
td.TdClassName
{
border-color: #848859;
}
.TagClassName
{
border-color: #848859;
}
</style>