Shades of Bandicoot #8D8863
Tints of Bandicoot #8D8863
RGB
CMYK
RGB Variations
Color information
#8D8863 (or 0x8D8863) is known color: Bandicoot. HEX triplet: 8D, 88 and 63. RGB value is (141,136,99). Sum of RGB (Red+Green+Blue) = 141+136+99=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8863 is #72779C. Grayscale: #858585. Windows color (decimal): -7501725 or 6523021. OLE color: 6523021.
HSL color Cylindrical-coordinate representation of color #8D8863: hue angle of 52.86º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D8863 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 136 | 99 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.45 |
| HSL | 52.86º | 0.18% | 0.47% | - |
| HSV(B) | 52.86º | 0.3% | 0.55% | - |
| XYZ | 22.04 | 24.17 | 15.31 | - |
| YUV | 133.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 99 | 0 | 0.04 | 0.30 | 0.45 | 52.86 | 0.18 | 0.47 |
| Hex | 8D | 88 | 63 | 0 | 4 | 1E | 2D | 35 | 12 | 2F |
| Octal | 215 | 210 | 143 | 0 | 4 | 36 | 55 | 65 | 22 | 57 |
| Binary | 10001101 | 10001000 | 1100011 | 0 | 100 | 11110 | 101101 | 110101 | 10010 | 101111 |
Color Harmonies of #8D8863
Complementary color
Monochromatic Colors of #8D8863
Black with #8D8863
Text Example
Text Example
White with #8D8863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8863; }
p { color: rgb(141,136,99); }
H1.HeaderClassName
{
color: #8D8863;
}
.AnyTagClassName
{
color: #8D8863;
}
</style>
background-color css
<style>
a { background-color: #8D8863; }
a { background-color: rgb(141,136,99); }
div.DivClassName
{
background-color: #8D8863;
}
.BgClassName
{
background-color: #8D8863;
}
</style>
border-color css
<style>
span { border-color: #8D8863; }
span { border-color: rgb(141,136,99); }
td.TdClassName
{
border-color: #8D8863;
}
.TagClassName
{
border-color: #8D8863;
}
</style>