Shades of Bitter #85876D
Tints of Bitter #85876D
RGB
CMYK
RGB Variations
Color information
#85876D (or 0x85876D) is known color: Bitter. HEX triplet: 85, 87 and 6D. RGB value is (133,135,109). Sum of RGB (Red+Green+Blue) = 133+135+109=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 135 - color contains mainly: green. Hex color #85876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85876D is #7A7892. Grayscale: #838383. Windows color (decimal): -8026259 or 7178117. OLE color: 7178117.
HSL color Cylindrical-coordinate representation of color #85876D: hue angle of 64.62º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85876D is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 109 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.47 |
| HSL | 64.62º | 0.11% | 0.48% | - |
| HSV(B) | 64.62º | 0.19% | 0.53% | - |
| XYZ | 21.1 | 23.42 | 17.88 | - |
| YUV | 131.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 109 | 0.01 | 0 | 0.19 | 0.47 | 64.62 | 0.11 | 0.48 |
| Hex | 85 | 87 | 6D | 1 | 0 | 13 | 2F | 41 | B | 30 |
| Octal | 205 | 207 | 155 | 1 | 0 | 23 | 57 | 101 | 13 | 60 |
| Binary | 10000101 | 10000111 | 1101101 | 1 | 0 | 10011 | 101111 | 1000001 | 1011 | 110000 |
Color Harmonies of #85876D
Complementary color
Monochromatic Colors of #85876D
Black with #85876D
Text Example
Text Example
White with #85876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85876D; }
p { color: rgb(133,135,109); }
H1.HeaderClassName
{
color: #85876D;
}
.AnyTagClassName
{
color: #85876D;
}
</style>
background-color css
<style>
a { background-color: #85876D; }
a { background-color: rgb(133,135,109); }
div.DivClassName
{
background-color: #85876D;
}
.BgClassName
{
background-color: #85876D;
}
</style>
border-color css
<style>
span { border-color: #85876D; }
span { border-color: rgb(133,135,109); }
td.TdClassName
{
border-color: #85876D;
}
.TagClassName
{
border-color: #85876D;
}
</style>