Shades of Bitter #858F5A
Tints of Bitter #858F5A
RGB
CMYK
RGB Variations
Color information
#858F5A (or 0x858F5A) is known color: Bitter. HEX triplet: 85, 8F and 5A. RGB value is (133,143,90). Sum of RGB (Red+Green+Blue) = 133+143+90=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 143 - color contains mainly: green. Hex color #858F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858F5A is #7A70A5. Grayscale: #868686. Windows color (decimal): -8024230 or 5934981. OLE color: 5934981.
HSL color Cylindrical-coordinate representation of color #858F5A: hue angle of 71.32º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #858F5A is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 143 | 90 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.44 |
| HSL | 71.32º | 0.23% | 0.46% | - |
| HSV(B) | 71.32º | 0.37% | 0.56% | - |
| XYZ | 21.34 | 25.37 | 13.44 | - |
| YUV | 133.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 90 | 0.07 | 0 | 0.37 | 0.44 | 71.32 | 0.23 | 0.46 |
| Hex | 85 | 8F | 5A | 7 | 0 | 25 | 2C | 47 | 17 | 2E |
| Octal | 205 | 217 | 132 | 7 | 0 | 45 | 54 | 107 | 27 | 56 |
| Binary | 10000101 | 10001111 | 1011010 | 111 | 0 | 100101 | 101100 | 1000111 | 10111 | 101110 |
Color Harmonies of #858F5A
Complementary color
Monochromatic Colors of #858F5A
Black with #858F5A
Text Example
Text Example
White with #858F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858F5A; }
p { color: rgb(133,143,90); }
H1.HeaderClassName
{
color: #858F5A;
}
.AnyTagClassName
{
color: #858F5A;
}
</style>
background-color css
<style>
a { background-color: #858F5A; }
a { background-color: rgb(133,143,90); }
div.DivClassName
{
background-color: #858F5A;
}
.BgClassName
{
background-color: #858F5A;
}
</style>
border-color css
<style>
span { border-color: #858F5A; }
span { border-color: rgb(133,143,90); }
td.TdClassName
{
border-color: #858F5A;
}
.TagClassName
{
border-color: #858F5A;
}
</style>