Shades of Bitter #84895A
Tints of Bitter #84895A
RGB
CMYK
RGB Variations
Color information
#84895A (or 0x84895A) is known color: Bitter. HEX triplet: 84, 89 and 5A. RGB value is (132,137,90). Sum of RGB (Red+Green+Blue) = 132+137+90=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 137 - color contains mainly: green. Hex color #84895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84895A is #7B76A5. Grayscale: #828282. Windows color (decimal): -8091302 or 5933444. OLE color: 5933444.
HSL color Cylindrical-coordinate representation of color #84895A: hue angle of 66.38º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84895A is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 90 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.46 |
| HSL | 66.38º | 0.21% | 0.45% | - |
| HSV(B) | 66.38º | 0.34% | 0.54% | - |
| XYZ | 20.31 | 23.54 | 13.15 | - |
| YUV | 130.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 90 | 0.04 | 0 | 0.34 | 0.46 | 66.38 | 0.21 | 0.45 |
| Hex | 84 | 89 | 5A | 4 | 0 | 22 | 2E | 42 | 15 | 2D |
| Octal | 204 | 211 | 132 | 4 | 0 | 42 | 56 | 102 | 25 | 55 |
| Binary | 10000100 | 10001001 | 1011010 | 100 | 0 | 100010 | 101110 | 1000010 | 10101 | 101101 |
Color Harmonies of #84895A
Complementary color
Monochromatic Colors of #84895A
Black with #84895A
Text Example
Text Example
White with #84895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84895A; }
p { color: rgb(132,137,90); }
H1.HeaderClassName
{
color: #84895A;
}
.AnyTagClassName
{
color: #84895A;
}
</style>
background-color css
<style>
a { background-color: #84895A; }
a { background-color: rgb(132,137,90); }
div.DivClassName
{
background-color: #84895A;
}
.BgClassName
{
background-color: #84895A;
}
</style>
border-color css
<style>
span { border-color: #84895A; }
span { border-color: rgb(132,137,90); }
td.TdClassName
{
border-color: #84895A;
}
.TagClassName
{
border-color: #84895A;
}
</style>