Shades of Bitter #84885F
Tints of Bitter #84885F
RGB
CMYK
RGB Variations
Color information
#84885F (or 0x84885F) is known color: Bitter. HEX triplet: 84, 88 and 5F. RGB value is (132,136,95). Sum of RGB (Red+Green+Blue) = 132+136+95=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #84885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84885F is #7B77A0. Grayscale: #828282. Windows color (decimal): -8091553 or 6260868. OLE color: 6260868.
HSL color Cylindrical-coordinate representation of color #84885F: hue angle of 65.85º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84885F is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 95 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.47 |
| HSL | 65.85º | 0.18% | 0.45% | - |
| HSV(B) | 65.85º | 0.3% | 0.53% | - |
| XYZ | 20.39 | 23.34 | 14.26 | - |
| YUV | 130.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 95 | 0.03 | 0 | 0.30 | 0.47 | 65.85 | 0.18 | 0.45 |
| Hex | 84 | 88 | 5F | 3 | 0 | 1E | 2F | 42 | 12 | 2D |
| Octal | 204 | 210 | 137 | 3 | 0 | 36 | 57 | 102 | 22 | 55 |
| Binary | 10000100 | 10001000 | 1011111 | 11 | 0 | 11110 | 101111 | 1000010 | 10010 | 101101 |
Color Harmonies of #84885F
Complementary color
Monochromatic Colors of #84885F
Black with #84885F
Text Example
Text Example
White with #84885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84885F; }
p { color: rgb(132,136,95); }
H1.HeaderClassName
{
color: #84885F;
}
.AnyTagClassName
{
color: #84885F;
}
</style>
background-color css
<style>
a { background-color: #84885F; }
a { background-color: rgb(132,136,95); }
div.DivClassName
{
background-color: #84885F;
}
.BgClassName
{
background-color: #84885F;
}
</style>
border-color css
<style>
span { border-color: #84885F; }
span { border-color: rgb(132,136,95); }
td.TdClassName
{
border-color: #84885F;
}
.TagClassName
{
border-color: #84885F;
}
</style>