Shades of Bitter #84905D
Tints of Bitter #84905D
RGB
CMYK
RGB Variations
Color information
#84905D (or 0x84905D) is known color: Bitter. HEX triplet: 84, 90 and 5D. RGB value is (132,144,93). Sum of RGB (Red+Green+Blue) = 132+144+93=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 144 - color contains mainly: green. Hex color #84905D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84905D is #7B6FA2. Grayscale: #868686. Windows color (decimal): -8089507 or 6131844. OLE color: 6131844.
HSL color Cylindrical-coordinate representation of color #84905D: hue angle of 74.12º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84905D is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 93 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.44 |
| HSL | 74.12º | 0.22% | 0.46% | - |
| HSV(B) | 74.12º | 0.35% | 0.56% | - |
| XYZ | 21.46 | 25.64 | 14.17 | - |
| YUV | 134.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 93 | 0.08 | 0 | 0.35 | 0.44 | 74.12 | 0.22 | 0.46 |
| Hex | 84 | 90 | 5D | 8 | 0 | 23 | 2C | 4A | 16 | 2E |
| Octal | 204 | 220 | 135 | 10 | 0 | 43 | 54 | 112 | 26 | 56 |
| Binary | 10000100 | 10010000 | 1011101 | 1000 | 0 | 100011 | 101100 | 1001010 | 10110 | 101110 |
Color Harmonies of #84905D
Complementary color
Monochromatic Colors of #84905D
Black with #84905D
Text Example
Text Example
White with #84905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84905D; }
p { color: rgb(132,144,93); }
H1.HeaderClassName
{
color: #84905D;
}
.AnyTagClassName
{
color: #84905D;
}
</style>
background-color css
<style>
a { background-color: #84905D; }
a { background-color: rgb(132,144,93); }
div.DivClassName
{
background-color: #84905D;
}
.BgClassName
{
background-color: #84905D;
}
</style>
border-color css
<style>
span { border-color: #84905D; }
span { border-color: rgb(132,144,93); }
td.TdClassName
{
border-color: #84905D;
}
.TagClassName
{
border-color: #84905D;
}
</style>