Shades of Bitter #85876F
Tints of Bitter #85876F
RGB
CMYK
RGB Variations
Color information
#85876F (or 0x85876F) is known color: Bitter. HEX triplet: 85, 87 and 6F. RGB value is (133,135,111). Sum of RGB (Red+Green+Blue) = 133+135+111=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 135 - color contains mainly: green. Hex color #85876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85876F is #7A7890. Grayscale: #838383. Windows color (decimal): -8026257 or 7309189. OLE color: 7309189.
HSL color Cylindrical-coordinate representation of color #85876F: hue angle of 65º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85876F is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 111 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.47 |
| HSL | 65º | 0.1% | 0.48% | - |
| HSV(B) | 65º | 0.18% | 0.53% | - |
| XYZ | 21.21 | 23.46 | 18.45 | - |
| YUV | 131.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 111 | 0.01 | 0 | 0.18 | 0.47 | 65 | 0.1 | 0.48 |
| Hex | 85 | 87 | 6F | 1 | 0 | 12 | 2F | 41 | A | 30 |
| Octal | 205 | 207 | 157 | 1 | 0 | 22 | 57 | 101 | 12 | 60 |
| Binary | 10000101 | 10000111 | 1101111 | 1 | 0 | 10010 | 101111 | 1000001 | 1010 | 110000 |
Color Harmonies of #85876F
Complementary color
Monochromatic Colors of #85876F
Black with #85876F
Text Example
Text Example
White with #85876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85876F; }
p { color: rgb(133,135,111); }
H1.HeaderClassName
{
color: #85876F;
}
.AnyTagClassName
{
color: #85876F;
}
</style>
background-color css
<style>
a { background-color: #85876F; }
a { background-color: rgb(133,135,111); }
div.DivClassName
{
background-color: #85876F;
}
.BgClassName
{
background-color: #85876F;
}
</style>
border-color css
<style>
span { border-color: #85876F; }
span { border-color: rgb(133,135,111); }
td.TdClassName
{
border-color: #85876F;
}
.TagClassName
{
border-color: #85876F;
}
</style>