Shades of Bitter #84885A
Tints of Bitter #84885A
RGB
CMYK
RGB Variations
Color information
#84885A (or 0x84885A) is known color: Bitter. HEX triplet: 84, 88 and 5A. RGB value is (132,136,90). Sum of RGB (Red+Green+Blue) = 132+136+90=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 136 - color contains mainly: green. Hex color #84885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84885A is #7B77A5. Grayscale: #818181. Windows color (decimal): -8091558 or 5933188. OLE color: 5933188.
HSL color Cylindrical-coordinate representation of color #84885A: hue angle of 65.22º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84885A is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 90 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.47 |
| HSL | 65.22º | 0.2% | 0.44% | - |
| HSV(B) | 65.22º | 0.34% | 0.53% | - |
| XYZ | 20.17 | 23.25 | 13.1 | - |
| YUV | 129.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 90 | 0.03 | 0 | 0.34 | 0.47 | 65.22 | 0.2 | 0.44 |
| Hex | 84 | 88 | 5A | 3 | 0 | 22 | 2F | 41 | 14 | 2C |
| Octal | 204 | 210 | 132 | 3 | 0 | 42 | 57 | 101 | 24 | 54 |
| Binary | 10000100 | 10001000 | 1011010 | 11 | 0 | 100010 | 101111 | 1000001 | 10100 | 101100 |
Color Harmonies of #84885A
Complementary color
Monochromatic Colors of #84885A
Black with #84885A
Text Example
Text Example
White with #84885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84885A; }
p { color: rgb(132,136,90); }
H1.HeaderClassName
{
color: #84885A;
}
.AnyTagClassName
{
color: #84885A;
}
</style>
background-color css
<style>
a { background-color: #84885A; }
a { background-color: rgb(132,136,90); }
div.DivClassName
{
background-color: #84885A;
}
.BgClassName
{
background-color: #84885A;
}
</style>
border-color css
<style>
span { border-color: #84885A; }
span { border-color: rgb(132,136,90); }
td.TdClassName
{
border-color: #84885A;
}
.TagClassName
{
border-color: #84885A;
}
</style>