Shades of Bandicoot #8D895B
Tints of Bandicoot #8D895B
RGB
CMYK
RGB Variations
Color information
#8D895B (or 0x8D895B) is known color: Bandicoot. HEX triplet: 8D, 89 and 5B. RGB value is (141,137,91). Sum of RGB (Red+Green+Blue) = 141+137+91=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D895B is #7276A4. Grayscale: #858585. Windows color (decimal): -7501477 or 5998989. OLE color: 5998989.
HSL color Cylindrical-coordinate representation of color #8D895B: hue angle of 55.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D895B is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 91 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.45 |
| HSL | 55.2º | 0.22% | 0.45% | - |
| HSV(B) | 55.2º | 0.35% | 0.55% | - |
| XYZ | 21.82 | 24.31 | 13.44 | - |
| YUV | 132.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 91 | 0 | 0.03 | 0.35 | 0.45 | 55.2 | 0.22 | 0.45 |
| Hex | 8D | 89 | 5B | 0 | 3 | 23 | 2D | 37 | 16 | 2D |
| Octal | 215 | 211 | 133 | 0 | 3 | 43 | 55 | 67 | 26 | 55 |
| Binary | 10001101 | 10001001 | 1011011 | 0 | 11 | 100011 | 101101 | 110111 | 10110 | 101101 |
Color Harmonies of #8D895B
Complementary color
Monochromatic Colors of #8D895B
Black with #8D895B
Text Example
Text Example
White with #8D895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D895B; }
p { color: rgb(141,137,91); }
H1.HeaderClassName
{
color: #8D895B;
}
.AnyTagClassName
{
color: #8D895B;
}
</style>
background-color css
<style>
a { background-color: #8D895B; }
a { background-color: rgb(141,137,91); }
div.DivClassName
{
background-color: #8D895B;
}
.BgClassName
{
background-color: #8D895B;
}
</style>
border-color css
<style>
span { border-color: #8D895B; }
span { border-color: rgb(141,137,91); }
td.TdClassName
{
border-color: #8D895B;
}
.TagClassName
{
border-color: #8D895B;
}
</style>