Shades of Bitter #85885D
Tints of Bitter #85885D
RGB
CMYK
RGB Variations
Color information
#85885D (or 0x85885D) is known color: Bitter. HEX triplet: 85, 88 and 5D. RGB value is (133,136,93). Sum of RGB (Red+Green+Blue) = 133+136+93=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #85885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85885D is #7A77A2. Grayscale: #828282. Windows color (decimal): -8026019 or 6129797. OLE color: 6129797.
HSL color Cylindrical-coordinate representation of color #85885D: hue angle of 64.19º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85885D is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 93 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.47 |
| HSL | 64.19º | 0.19% | 0.45% | - |
| HSV(B) | 64.19º | 0.32% | 0.53% | - |
| XYZ | 20.45 | 23.39 | 13.79 | - |
| YUV | 130.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 93 | 0.02 | 0 | 0.32 | 0.47 | 64.19 | 0.19 | 0.45 |
| Hex | 85 | 88 | 5D | 2 | 0 | 20 | 2F | 40 | 13 | 2D |
| Octal | 205 | 210 | 135 | 2 | 0 | 40 | 57 | 100 | 23 | 55 |
| Binary | 10000101 | 10001000 | 1011101 | 10 | 0 | 100000 | 101111 | 1000000 | 10011 | 101101 |
Color Harmonies of #85885D
Complementary color
Monochromatic Colors of #85885D
Black with #85885D
Text Example
Text Example
White with #85885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85885D; }
p { color: rgb(133,136,93); }
H1.HeaderClassName
{
color: #85885D;
}
.AnyTagClassName
{
color: #85885D;
}
</style>
background-color css
<style>
a { background-color: #85885D; }
a { background-color: rgb(133,136,93); }
div.DivClassName
{
background-color: #85885D;
}
.BgClassName
{
background-color: #85885D;
}
</style>
border-color css
<style>
span { border-color: #85885D; }
span { border-color: rgb(133,136,93); }
td.TdClassName
{
border-color: #85885D;
}
.TagClassName
{
border-color: #85885D;
}
</style>