Shades of Bandicoot #89875F
Tints of Bandicoot #89875F
RGB
CMYK
RGB Variations
Color information
#89875F (or 0x89875F) is known color: Bandicoot. HEX triplet: 89, 87 and 5F. RGB value is (137,135,95). Sum of RGB (Red+Green+Blue) = 137+135+95=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 137 - color contains mainly: red. Hex color #89875F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89875F is #7678A0. Grayscale: #838383. Windows color (decimal): -7764129 or 6260617. OLE color: 6260617.
HSL color Cylindrical-coordinate representation of color #89875F: hue angle of 57.14º degrees, saturation: 0.18, 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 #89875F is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 135 | 95 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.46 |
| HSL | 57.14º | 0.18% | 0.45% | - |
| HSV(B) | 57.14º | 0.31% | 0.54% | - |
| XYZ | 21.05 | 23.47 | 14.25 | - |
| YUV | 131.04 | 107.66 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 135 | 95 | 0 | 0.01 | 0.31 | 0.46 | 57.14 | 0.18 | 0.45 |
| Hex | 89 | 87 | 5F | 0 | 1 | 1F | 2E | 39 | 12 | 2D |
| Octal | 211 | 207 | 137 | 0 | 1 | 37 | 56 | 71 | 22 | 55 |
| Binary | 10001001 | 10000111 | 1011111 | 0 | 1 | 11111 | 101110 | 111001 | 10010 | 101101 |
Color Harmonies of #89875F
Complementary color
Monochromatic Colors of #89875F
Black with #89875F
Text Example
Text Example
White with #89875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89875F; }
p { color: rgb(137,135,95); }
H1.HeaderClassName
{
color: #89875F;
}
.AnyTagClassName
{
color: #89875F;
}
</style>
background-color css
<style>
a { background-color: #89875F; }
a { background-color: rgb(137,135,95); }
div.DivClassName
{
background-color: #89875F;
}
.BgClassName
{
background-color: #89875F;
}
</style>
border-color css
<style>
span { border-color: #89875F; }
span { border-color: rgb(137,135,95); }
td.TdClassName
{
border-color: #89875F;
}
.TagClassName
{
border-color: #89875F;
}
</style>