Shades of Bitter #84895E
Tints of Bitter #84895E
RGB
CMYK
RGB Variations
Color information
#84895E (or 0x84895E) is known color: Bitter. HEX triplet: 84, 89 and 5E. RGB value is (132,137,94). Sum of RGB (Red+Green+Blue) = 132+137+94=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 137 - color contains mainly: green. Hex color #84895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84895E is #7B76A1. Grayscale: #828282. Windows color (decimal): -8091298 or 6195588. OLE color: 6195588.
HSL color Cylindrical-coordinate representation of color #84895E: hue angle of 66.98º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84895E is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 94 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.46 |
| HSL | 66.98º | 0.19% | 0.45% | - |
| HSV(B) | 66.98º | 0.31% | 0.54% | - |
| XYZ | 20.48 | 23.61 | 14.07 | - |
| YUV | 130.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 94 | 0.04 | 0 | 0.31 | 0.46 | 66.98 | 0.19 | 0.45 |
| Hex | 84 | 89 | 5E | 4 | 0 | 1F | 2E | 43 | 13 | 2D |
| Octal | 204 | 211 | 136 | 4 | 0 | 37 | 56 | 103 | 23 | 55 |
| Binary | 10000100 | 10001001 | 1011110 | 100 | 0 | 11111 | 101110 | 1000011 | 10011 | 101101 |
Color Harmonies of #84895E
Complementary color
Monochromatic Colors of #84895E
Black with #84895E
Text Example
Text Example
White with #84895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84895E; }
p { color: rgb(132,137,94); }
H1.HeaderClassName
{
color: #84895E;
}
.AnyTagClassName
{
color: #84895E;
}
</style>
background-color css
<style>
a { background-color: #84895E; }
a { background-color: rgb(132,137,94); }
div.DivClassName
{
background-color: #84895E;
}
.BgClassName
{
background-color: #84895E;
}
</style>
border-color css
<style>
span { border-color: #84895E; }
span { border-color: rgb(132,137,94); }
td.TdClassName
{
border-color: #84895E;
}
.TagClassName
{
border-color: #84895E;
}
</style>