Shades of Bandicoot #89835D
Tints of Bandicoot #89835D
RGB
CMYK
RGB Variations
Color information
#89835D (or 0x89835D) is known color: Bandicoot. HEX triplet: 89, 83 and 5D. RGB value is (137,131,93). Sum of RGB (Red+Green+Blue) = 137+131+93=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #89835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89835D is #767CA2. Grayscale: #808080. Windows color (decimal): -7765155 or 6128521. OLE color: 6128521.
HSL color Cylindrical-coordinate representation of color #89835D: hue angle of 51.82º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89835D is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 131 | 93 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.46 |
| HSL | 51.82º | 0.19% | 0.45% | - |
| HSV(B) | 51.82º | 0.32% | 0.54% | - |
| XYZ | 20.41 | 22.34 | 13.59 | - |
| YUV | 128.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 93 | 0 | 0.04 | 0.32 | 0.46 | 51.82 | 0.19 | 0.45 |
| Hex | 89 | 83 | 5D | 0 | 4 | 20 | 2E | 34 | 13 | 2D |
| Octal | 211 | 203 | 135 | 0 | 4 | 40 | 56 | 64 | 23 | 55 |
| Binary | 10001001 | 10000011 | 1011101 | 0 | 100 | 100000 | 101110 | 110100 | 10011 | 101101 |
Color Harmonies of #89835D
Complementary color
Monochromatic Colors of #89835D
Black with #89835D
Text Example
Text Example
White with #89835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89835D; }
p { color: rgb(137,131,93); }
H1.HeaderClassName
{
color: #89835D;
}
.AnyTagClassName
{
color: #89835D;
}
</style>
background-color css
<style>
a { background-color: #89835D; }
a { background-color: rgb(137,131,93); }
div.DivClassName
{
background-color: #89835D;
}
.BgClassName
{
background-color: #89835D;
}
</style>
border-color css
<style>
span { border-color: #89835D; }
span { border-color: rgb(137,131,93); }
td.TdClassName
{
border-color: #89835D;
}
.TagClassName
{
border-color: #89835D;
}
</style>