Shades of Bitter #84895C
Tints of Bitter #84895C
RGB
CMYK
RGB Variations
Color information
#84895C (or 0x84895C) is known color: Bitter. HEX triplet: 84, 89 and 5C. RGB value is (132,137,92). Sum of RGB (Red+Green+Blue) = 132+137+92=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 137 - color contains mainly: green. Hex color #84895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84895C is #7B76A3. Grayscale: #828282. Windows color (decimal): -8091300 or 6064516. OLE color: 6064516.
HSL color Cylindrical-coordinate representation of color #84895C: hue angle of 66.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84895C is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 92 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.46 |
| HSL | 66.67º | 0.2% | 0.45% | - |
| HSV(B) | 66.67º | 0.33% | 0.54% | - |
| XYZ | 20.39 | 23.57 | 13.6 | - |
| YUV | 130.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 92 | 0.04 | 0 | 0.33 | 0.46 | 66.67 | 0.2 | 0.45 |
| Hex | 84 | 89 | 5C | 4 | 0 | 21 | 2E | 43 | 14 | 2D |
| Octal | 204 | 211 | 134 | 4 | 0 | 41 | 56 | 103 | 24 | 55 |
| Binary | 10000100 | 10001001 | 1011100 | 100 | 0 | 100001 | 101110 | 1000011 | 10100 | 101101 |
Color Harmonies of #84895C
Complementary color
Monochromatic Colors of #84895C
Black with #84895C
Text Example
Text Example
White with #84895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84895C; }
p { color: rgb(132,137,92); }
H1.HeaderClassName
{
color: #84895C;
}
.AnyTagClassName
{
color: #84895C;
}
</style>
background-color css
<style>
a { background-color: #84895C; }
a { background-color: rgb(132,137,92); }
div.DivClassName
{
background-color: #84895C;
}
.BgClassName
{
background-color: #84895C;
}
</style>
border-color css
<style>
span { border-color: #84895C; }
span { border-color: rgb(132,137,92); }
td.TdClassName
{
border-color: #84895C;
}
.TagClassName
{
border-color: #84895C;
}
</style>