Shades of Bitter #858E5D
Tints of Bitter #858E5D
RGB
CMYK
RGB Variations
Color information
#858E5D (or 0x858E5D) is known color: Bitter. HEX triplet: 85, 8E and 5D. RGB value is (133,142,93). Sum of RGB (Red+Green+Blue) = 133+142+93=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 142 - color contains mainly: green. Hex color #858E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E5D is #7A71A2. Grayscale: #858585. Windows color (decimal): -8024483 or 6131333. OLE color: 6131333.
HSL color Cylindrical-coordinate representation of color #858E5D: hue angle of 71.02º degrees, saturation: 0.21, 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 #858E5D is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 93 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.44 |
| HSL | 71.02º | 0.21% | 0.46% | - |
| HSV(B) | 71.02º | 0.35% | 0.56% | - |
| XYZ | 21.32 | 25.12 | 14.08 | - |
| YUV | 133.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 93 | 0.06 | 0 | 0.35 | 0.44 | 71.02 | 0.21 | 0.46 |
| Hex | 85 | 8E | 5D | 6 | 0 | 23 | 2C | 47 | 15 | 2E |
| Octal | 205 | 216 | 135 | 6 | 0 | 43 | 54 | 107 | 25 | 56 |
| Binary | 10000101 | 10001110 | 1011101 | 110 | 0 | 100011 | 101100 | 1000111 | 10101 | 101110 |
Color Harmonies of #858E5D
Complementary color
Monochromatic Colors of #858E5D
Black with #858E5D
Text Example
Text Example
White with #858E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E5D; }
p { color: rgb(133,142,93); }
H1.HeaderClassName
{
color: #858E5D;
}
.AnyTagClassName
{
color: #858E5D;
}
</style>
background-color css
<style>
a { background-color: #858E5D; }
a { background-color: rgb(133,142,93); }
div.DivClassName
{
background-color: #858E5D;
}
.BgClassName
{
background-color: #858E5D;
}
</style>
border-color css
<style>
span { border-color: #858E5D; }
span { border-color: rgb(133,142,93); }
td.TdClassName
{
border-color: #858E5D;
}
.TagClassName
{
border-color: #858E5D;
}
</style>