Shades of Bitter #84885C
Tints of Bitter #84885C
RGB
CMYK
RGB Variations
Color information
#84885C (or 0x84885C) is known color: Bitter. HEX triplet: 84, 88 and 5C. RGB value is (132,136,92). Sum of RGB (Red+Green+Blue) = 132+136+92=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 136 - color contains mainly: green. Hex color #84885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84885C is #7B77A3. Grayscale: #818181. Windows color (decimal): -8091556 or 6064260. OLE color: 6064260.
HSL color Cylindrical-coordinate representation of color #84885C: hue angle of 65.45º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84885C is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 92 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.47 |
| HSL | 65.45º | 0.19% | 0.45% | - |
| HSV(B) | 65.45º | 0.32% | 0.53% | - |
| XYZ | 20.25 | 23.29 | 13.55 | - |
| YUV | 129.79 | 106.67 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 92 | 0.03 | 0 | 0.32 | 0.47 | 65.45 | 0.19 | 0.45 |
| Hex | 84 | 88 | 5C | 3 | 0 | 20 | 2F | 41 | 13 | 2D |
| Octal | 204 | 210 | 134 | 3 | 0 | 40 | 57 | 101 | 23 | 55 |
| Binary | 10000100 | 10001000 | 1011100 | 11 | 0 | 100000 | 101111 | 1000001 | 10011 | 101101 |
Color Harmonies of #84885C
Complementary color
Monochromatic Colors of #84885C
Black with #84885C
Text Example
Text Example
White with #84885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84885C; }
p { color: rgb(132,136,92); }
H1.HeaderClassName
{
color: #84885C;
}
.AnyTagClassName
{
color: #84885C;
}
</style>
background-color css
<style>
a { background-color: #84885C; }
a { background-color: rgb(132,136,92); }
div.DivClassName
{
background-color: #84885C;
}
.BgClassName
{
background-color: #84885C;
}
</style>
border-color css
<style>
span { border-color: #84885C; }
span { border-color: rgb(132,136,92); }
td.TdClassName
{
border-color: #84885C;
}
.TagClassName
{
border-color: #84885C;
}
</style>