Shades of Bitter #85895C
Tints of Bitter #85895C
RGB
CMYK
RGB Variations
Color information
#85895C (or 0x85895C) is known color: Bitter. HEX triplet: 85, 89 and 5C. RGB value is (133,137,92). Sum of RGB (Red+Green+Blue) = 133+137+92=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 137 - color contains mainly: green. Hex color #85895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85895C is #7A76A3. Grayscale: #828282. Windows color (decimal): -8025764 or 6064517. OLE color: 6064517.
HSL color Cylindrical-coordinate representation of color #85895C: hue angle of 65.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85895C is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 92 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.46 |
| HSL | 65.33º | 0.2% | 0.45% | - |
| HSV(B) | 65.33º | 0.33% | 0.54% | - |
| XYZ | 20.55 | 23.65 | 13.61 | - |
| YUV | 130.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 92 | 0.03 | 0 | 0.33 | 0.46 | 65.33 | 0.2 | 0.45 |
| Hex | 85 | 89 | 5C | 3 | 0 | 21 | 2E | 41 | 14 | 2D |
| Octal | 205 | 211 | 134 | 3 | 0 | 41 | 56 | 101 | 24 | 55 |
| Binary | 10000101 | 10001001 | 1011100 | 11 | 0 | 100001 | 101110 | 1000001 | 10100 | 101101 |
Color Harmonies of #85895C
Complementary color
Monochromatic Colors of #85895C
Black with #85895C
Text Example
Text Example
White with #85895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85895C; }
p { color: rgb(133,137,92); }
H1.HeaderClassName
{
color: #85895C;
}
.AnyTagClassName
{
color: #85895C;
}
</style>
background-color css
<style>
a { background-color: #85895C; }
a { background-color: rgb(133,137,92); }
div.DivClassName
{
background-color: #85895C;
}
.BgClassName
{
background-color: #85895C;
}
</style>
border-color css
<style>
span { border-color: #85895C; }
span { border-color: rgb(133,137,92); }
td.TdClassName
{
border-color: #85895C;
}
.TagClassName
{
border-color: #85895C;
}
</style>