Shades of Bandicoot #89865C
Tints of Bandicoot #89865C
RGB
CMYK
RGB Variations
Color information
#89865C (or 0x89865C) is known color: Bandicoot. HEX triplet: 89, 86 and 5C. RGB value is (137,134,92). Sum of RGB (Red+Green+Blue) = 137+134+92=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #89865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89865C is #7679A3. Grayscale: #828282. Windows color (decimal): -7764388 or 6063753. OLE color: 6063753.
HSL color Cylindrical-coordinate representation of color #89865C: hue angle of 56º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89865C is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 134 | 92 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.46 |
| HSL | 56º | 0.2% | 0.45% | - |
| HSV(B) | 56º | 0.33% | 0.54% | - |
| XYZ | 20.77 | 23.14 | 13.5 | - |
| YUV | 130.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 134 | 92 | 0 | 0.02 | 0.33 | 0.46 | 56 | 0.2 | 0.45 |
| Hex | 89 | 86 | 5C | 0 | 2 | 21 | 2E | 38 | 14 | 2D |
| Octal | 211 | 206 | 134 | 0 | 2 | 41 | 56 | 70 | 24 | 55 |
| Binary | 10001001 | 10000110 | 1011100 | 0 | 10 | 100001 | 101110 | 111000 | 10100 | 101101 |
Color Harmonies of #89865C
Complementary color
Monochromatic Colors of #89865C
Black with #89865C
Text Example
Text Example
White with #89865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89865C; }
p { color: rgb(137,134,92); }
H1.HeaderClassName
{
color: #89865C;
}
.AnyTagClassName
{
color: #89865C;
}
</style>
background-color css
<style>
a { background-color: #89865C; }
a { background-color: rgb(137,134,92); }
div.DivClassName
{
background-color: #89865C;
}
.BgClassName
{
background-color: #89865C;
}
</style>
border-color css
<style>
span { border-color: #89865C; }
span { border-color: rgb(137,134,92); }
td.TdClassName
{
border-color: #89865C;
}
.TagClassName
{
border-color: #89865C;
}
</style>