Shades of Bandicoot #89855E
Tints of Bandicoot #89855E
RGB
CMYK
RGB Variations
Color information
#89855E (or 0x89855E) is known color: Bandicoot. HEX triplet: 89, 85 and 5E. RGB value is (137,133,94). Sum of RGB (Red+Green+Blue) = 137+133+94=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 137 - color contains mainly: red. Hex color #89855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89855E is #767AA1. Grayscale: #818181. Windows color (decimal): -7764642 or 6194569. OLE color: 6194569.
HSL color Cylindrical-coordinate representation of color #89855E: hue angle of 54.42º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89855E is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 94 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.46 |
| HSL | 54.42º | 0.19% | 0.45% | - |
| HSV(B) | 54.42º | 0.31% | 0.54% | - |
| XYZ | 20.72 | 22.9 | 13.92 | - |
| YUV | 129.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 94 | 0 | 0.03 | 0.31 | 0.46 | 54.42 | 0.19 | 0.45 |
| Hex | 89 | 85 | 5E | 0 | 3 | 1F | 2E | 36 | 13 | 2D |
| Octal | 211 | 205 | 136 | 0 | 3 | 37 | 56 | 66 | 23 | 55 |
| Binary | 10001001 | 10000101 | 1011110 | 0 | 11 | 11111 | 101110 | 110110 | 10011 | 101101 |
Color Harmonies of #89855E
Complementary color
Monochromatic Colors of #89855E
Black with #89855E
Text Example
Text Example
White with #89855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89855E; }
p { color: rgb(137,133,94); }
H1.HeaderClassName
{
color: #89855E;
}
.AnyTagClassName
{
color: #89855E;
}
</style>
background-color css
<style>
a { background-color: #89855E; }
a { background-color: rgb(137,133,94); }
div.DivClassName
{
background-color: #89855E;
}
.BgClassName
{
background-color: #89855E;
}
</style>
border-color css
<style>
span { border-color: #89855E; }
span { border-color: rgb(137,133,94); }
td.TdClassName
{
border-color: #89855E;
}
.TagClassName
{
border-color: #89855E;
}
</style>