Shades of Bitter #858B71
Tints of Bitter #858B71
RGB
CMYK
RGB Variations
Color information
#858B71 (or 0x858B71) is known color: Bitter. HEX triplet: 85, 8B and 71. RGB value is (133,139,113). Sum of RGB (Red+Green+Blue) = 133+139+113=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 139 - color contains mainly: green. Hex color #858B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B71 is #7A748E. Grayscale: #868686. Windows color (decimal): -8025231 or 7441285. OLE color: 7441285.
HSL color Cylindrical-coordinate representation of color #858B71: hue angle of 73.85º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #858B71 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 113 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.45 |
| HSL | 73.85º | 0.1% | 0.49% | - |
| HSV(B) | 73.85º | 0.19% | 0.55% | - |
| XYZ | 21.89 | 24.64 | 19.23 | - |
| YUV | 134.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 113 | 0.04 | 0 | 0.19 | 0.45 | 73.85 | 0.1 | 0.49 |
| Hex | 85 | 8B | 71 | 4 | 0 | 13 | 2D | 4A | A | 31 |
| Octal | 205 | 213 | 161 | 4 | 0 | 23 | 55 | 112 | 12 | 61 |
| Binary | 10000101 | 10001011 | 1110001 | 100 | 0 | 10011 | 101101 | 1001010 | 1010 | 110001 |
Color Harmonies of #858B71
Complementary color
Monochromatic Colors of #858B71
Black with #858B71
Text Example
Text Example
White with #858B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B71; }
p { color: rgb(133,139,113); }
H1.HeaderClassName
{
color: #858B71;
}
.AnyTagClassName
{
color: #858B71;
}
</style>
background-color css
<style>
a { background-color: #858B71; }
a { background-color: rgb(133,139,113); }
div.DivClassName
{
background-color: #858B71;
}
.BgClassName
{
background-color: #858B71;
}
</style>
border-color css
<style>
span { border-color: #858B71; }
span { border-color: rgb(133,139,113); }
td.TdClassName
{
border-color: #858B71;
}
.TagClassName
{
border-color: #858B71;
}
</style>