Shades of Bitter #848A5F
Tints of Bitter #848A5F
RGB
CMYK
RGB Variations
Color information
#848A5F (or 0x848A5F) is known color: Bitter. HEX triplet: 84, 8A and 5F. RGB value is (132,138,95). Sum of RGB (Red+Green+Blue) = 132+138+95=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 138 - color contains mainly: green. Hex color #848A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848A5F is #7B75A0. Grayscale: #838383. Windows color (decimal): -8091041 or 6261380. OLE color: 6261380.
HSL color Cylindrical-coordinate representation of color #848A5F: hue angle of 68.37º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #848A5F is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 138 | 95 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.46 |
| HSL | 68.37º | 0.18% | 0.46% | - |
| HSV(B) | 68.37º | 0.31% | 0.54% | - |
| XYZ | 20.67 | 23.91 | 14.35 | - |
| YUV | 131.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 95 | 0.04 | 0 | 0.31 | 0.46 | 68.37 | 0.18 | 0.46 |
| Hex | 84 | 8A | 5F | 4 | 0 | 1F | 2E | 44 | 12 | 2E |
| Octal | 204 | 212 | 137 | 4 | 0 | 37 | 56 | 104 | 22 | 56 |
| Binary | 10000100 | 10001010 | 1011111 | 100 | 0 | 11111 | 101110 | 1000100 | 10010 | 101110 |
Color Harmonies of #848A5F
Complementary color
Monochromatic Colors of #848A5F
Black with #848A5F
Text Example
Text Example
White with #848A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848A5F; }
p { color: rgb(132,138,95); }
H1.HeaderClassName
{
color: #848A5F;
}
.AnyTagClassName
{
color: #848A5F;
}
</style>
background-color css
<style>
a { background-color: #848A5F; }
a { background-color: rgb(132,138,95); }
div.DivClassName
{
background-color: #848A5F;
}
.BgClassName
{
background-color: #848A5F;
}
</style>
border-color css
<style>
span { border-color: #848A5F; }
span { border-color: rgb(132,138,95); }
td.TdClassName
{
border-color: #848A5F;
}
.TagClassName
{
border-color: #848A5F;
}
</style>