Shades of Bitter #848D5D
Tints of Bitter #848D5D
RGB
CMYK
RGB Variations
Color information
#848D5D (or 0x848D5D) is known color: Bitter. HEX triplet: 84, 8D and 5D. RGB value is (132,141,93). Sum of RGB (Red+Green+Blue) = 132+141+93=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 141 - color contains mainly: green. Hex color #848D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D5D is #7B72A2. Grayscale: #858585. Windows color (decimal): -8090275 or 6131076. OLE color: 6131076.
HSL color Cylindrical-coordinate representation of color #848D5D: hue angle of 71.25º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #848D5D is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 141 | 93 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.45 |
| HSL | 71.25º | 0.21% | 0.46% | - |
| HSV(B) | 71.25º | 0.34% | 0.55% | - |
| XYZ | 21.02 | 24.75 | 14.02 | - |
| YUV | 132.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 93 | 0.06 | 0 | 0.34 | 0.45 | 71.25 | 0.21 | 0.46 |
| Hex | 84 | 8D | 5D | 6 | 0 | 22 | 2D | 47 | 15 | 2E |
| Octal | 204 | 215 | 135 | 6 | 0 | 42 | 55 | 107 | 25 | 56 |
| Binary | 10000100 | 10001101 | 1011101 | 110 | 0 | 100010 | 101101 | 1000111 | 10101 | 101110 |
Color Harmonies of #848D5D
Complementary color
Monochromatic Colors of #848D5D
Black with #848D5D
Text Example
Text Example
White with #848D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D5D; }
p { color: rgb(132,141,93); }
H1.HeaderClassName
{
color: #848D5D;
}
.AnyTagClassName
{
color: #848D5D;
}
</style>
background-color css
<style>
a { background-color: #848D5D; }
a { background-color: rgb(132,141,93); }
div.DivClassName
{
background-color: #848D5D;
}
.BgClassName
{
background-color: #848D5D;
}
</style>
border-color css
<style>
span { border-color: #848D5D; }
span { border-color: rgb(132,141,93); }
td.TdClassName
{
border-color: #848D5D;
}
.TagClassName
{
border-color: #848D5D;
}
</style>