Shades of Bandicoot #89845E
Tints of Bandicoot #89845E
RGB
CMYK
RGB Variations
Color information
#89845E (or 0x89845E) is known color: Bandicoot. HEX triplet: 89, 84 and 5E. RGB value is (137,132,94). Sum of RGB (Red+Green+Blue) = 137+132+94=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #89845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89845E is #767BA1. Grayscale: #818181. Windows color (decimal): -7764898 or 6194313. OLE color: 6194313.
HSL color Cylindrical-coordinate representation of color #89845E: hue angle of 53.02º 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 #89845E is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 94 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.46 |
| HSL | 53.02º | 0.19% | 0.45% | - |
| HSV(B) | 53.02º | 0.31% | 0.54% | - |
| XYZ | 20.59 | 22.63 | 13.87 | - |
| YUV | 129.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 94 | 0 | 0.04 | 0.31 | 0.46 | 53.02 | 0.19 | 0.45 |
| Hex | 89 | 84 | 5E | 0 | 4 | 1F | 2E | 35 | 13 | 2D |
| Octal | 211 | 204 | 136 | 0 | 4 | 37 | 56 | 65 | 23 | 55 |
| Binary | 10001001 | 10000100 | 1011110 | 0 | 100 | 11111 | 101110 | 110101 | 10011 | 101101 |
Color Harmonies of #89845E
Complementary color
Monochromatic Colors of #89845E
Black with #89845E
Text Example
Text Example
White with #89845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89845E; }
p { color: rgb(137,132,94); }
H1.HeaderClassName
{
color: #89845E;
}
.AnyTagClassName
{
color: #89845E;
}
</style>
background-color css
<style>
a { background-color: #89845E; }
a { background-color: rgb(137,132,94); }
div.DivClassName
{
background-color: #89845E;
}
.BgClassName
{
background-color: #89845E;
}
</style>
border-color css
<style>
span { border-color: #89845E; }
span { border-color: rgb(137,132,94); }
td.TdClassName
{
border-color: #89845E;
}
.TagClassName
{
border-color: #89845E;
}
</style>