Shades of Bandicoot #89855B
Tints of Bandicoot #89855B
RGB
CMYK
RGB Variations
Color information
#89855B (or 0x89855B) is known color: Bandicoot. HEX triplet: 89, 85 and 5B. RGB value is (137,133,91). Sum of RGB (Red+Green+Blue) = 137+133+91=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #89855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89855B is #767AA4. Grayscale: #818181. Windows color (decimal): -7764645 or 5997961. OLE color: 5997961.
HSL color Cylindrical-coordinate representation of color #89855B: hue angle of 54.78º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89855B is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 91 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.46 |
| HSL | 54.78º | 0.2% | 0.45% | - |
| HSV(B) | 54.78º | 0.34% | 0.54% | - |
| XYZ | 20.59 | 22.85 | 13.22 | - |
| YUV | 129.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 91 | 0 | 0.03 | 0.34 | 0.46 | 54.78 | 0.2 | 0.45 |
| Hex | 89 | 85 | 5B | 0 | 3 | 22 | 2E | 37 | 14 | 2D |
| Octal | 211 | 205 | 133 | 0 | 3 | 42 | 56 | 67 | 24 | 55 |
| Binary | 10001001 | 10000101 | 1011011 | 0 | 11 | 100010 | 101110 | 110111 | 10100 | 101101 |
Color Harmonies of #89855B
Complementary color
Monochromatic Colors of #89855B
Black with #89855B
Text Example
Text Example
White with #89855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89855B; }
p { color: rgb(137,133,91); }
H1.HeaderClassName
{
color: #89855B;
}
.AnyTagClassName
{
color: #89855B;
}
</style>
background-color css
<style>
a { background-color: #89855B; }
a { background-color: rgb(137,133,91); }
div.DivClassName
{
background-color: #89855B;
}
.BgClassName
{
background-color: #89855B;
}
</style>
border-color css
<style>
span { border-color: #89855B; }
span { border-color: rgb(137,133,91); }
td.TdClassName
{
border-color: #89855B;
}
.TagClassName
{
border-color: #89855B;
}
</style>