Shades of Bitter #87935B
Tints of Bitter #87935B
RGB
CMYK
RGB Variations
Color information
#87935B (or 0x87935B) is known color: Bitter. HEX triplet: 87, 93 and 5B. RGB value is (135,147,91). Sum of RGB (Red+Green+Blue) = 135+147+91=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #87935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87935B is #786CA4. Grayscale: #898989. Windows color (decimal): -7892133 or 6001543. OLE color: 6001543.
HSL color Cylindrical-coordinate representation of color #87935B: hue angle of 72.86º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87935B is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 147 | 91 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.42 |
| HSL | 72.86º | 0.24% | 0.47% | - |
| HSV(B) | 72.86º | 0.38% | 0.58% | - |
| XYZ | 22.31 | 26.77 | 13.89 | - |
| YUV | 137.03 | 102.02 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 147 | 91 | 0.08 | 0 | 0.38 | 0.42 | 72.86 | 0.24 | 0.47 |
| Hex | 87 | 93 | 5B | 8 | 0 | 26 | 2A | 49 | 18 | 2F |
| Octal | 207 | 223 | 133 | 10 | 0 | 46 | 52 | 111 | 30 | 57 |
| Binary | 10000111 | 10010011 | 1011011 | 1000 | 0 | 100110 | 101010 | 1001001 | 11000 | 101111 |
Color Harmonies of #87935B
Complementary color
Monochromatic Colors of #87935B
Black with #87935B
Text Example
Text Example
White with #87935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87935B; }
p { color: rgb(135,147,91); }
H1.HeaderClassName
{
color: #87935B;
}
.AnyTagClassName
{
color: #87935B;
}
</style>
background-color css
<style>
a { background-color: #87935B; }
a { background-color: rgb(135,147,91); }
div.DivClassName
{
background-color: #87935B;
}
.BgClassName
{
background-color: #87935B;
}
</style>
border-color css
<style>
span { border-color: #87935B; }
span { border-color: rgb(135,147,91); }
td.TdClassName
{
border-color: #87935B;
}
.TagClassName
{
border-color: #87935B;
}
</style>