Shades of Bandicoot #8D895D
Tints of Bandicoot #8D895D
RGB
CMYK
RGB Variations
Color information
#8D895D (or 0x8D895D) is known color: Bandicoot. HEX triplet: 8D, 89 and 5D. RGB value is (141,137,93). Sum of RGB (Red+Green+Blue) = 141+137+93=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 141 - color contains mainly: red. Hex color #8D895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D895D is #7276A2. Grayscale: #858585. Windows color (decimal): -7501475 or 6130061. OLE color: 6130061.
HSL color Cylindrical-coordinate representation of color #8D895D: hue angle of 55º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D895D is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 93 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.45 |
| HSL | 55º | 0.21% | 0.46% | - |
| HSV(B) | 55º | 0.34% | 0.55% | - |
| XYZ | 21.91 | 24.34 | 13.9 | - |
| YUV | 133.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 93 | 0 | 0.03 | 0.34 | 0.45 | 55 | 0.21 | 0.46 |
| Hex | 8D | 89 | 5D | 0 | 3 | 22 | 2D | 37 | 15 | 2E |
| Octal | 215 | 211 | 135 | 0 | 3 | 42 | 55 | 67 | 25 | 56 |
| Binary | 10001101 | 10001001 | 1011101 | 0 | 11 | 100010 | 101101 | 110111 | 10101 | 101110 |
Color Harmonies of #8D895D
Complementary color
Monochromatic Colors of #8D895D
Black with #8D895D
Text Example
Text Example
White with #8D895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D895D; }
p { color: rgb(141,137,93); }
H1.HeaderClassName
{
color: #8D895D;
}
.AnyTagClassName
{
color: #8D895D;
}
</style>
background-color css
<style>
a { background-color: #8D895D; }
a { background-color: rgb(141,137,93); }
div.DivClassName
{
background-color: #8D895D;
}
.BgClassName
{
background-color: #8D895D;
}
</style>
border-color css
<style>
span { border-color: #8D895D; }
span { border-color: rgb(141,137,93); }
td.TdClassName
{
border-color: #8D895D;
}
.TagClassName
{
border-color: #8D895D;
}
</style>