Shades of Bandicoot #8D885D
Tints of Bandicoot #8D885D
RGB
CMYK
RGB Variations
Color information
#8D885D (or 0x8D885D) is known color: Bandicoot. HEX triplet: 8D, 88 and 5D. RGB value is (141,136,93). Sum of RGB (Red+Green+Blue) = 141+136+93=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 141 - color contains mainly: red. Hex color #8D885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D885D is #7277A2. Grayscale: #848484. Windows color (decimal): -7501731 or 6129805. OLE color: 6129805.
HSL color Cylindrical-coordinate representation of color #8D885D: hue angle of 53.75º 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 #8D885D is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 136 | 93 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.45 |
| HSL | 53.75º | 0.21% | 0.46% | - |
| HSV(B) | 53.75º | 0.34% | 0.55% | - |
| XYZ | 21.76 | 24.06 | 13.85 | - |
| YUV | 132.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 93 | 0 | 0.04 | 0.34 | 0.45 | 53.75 | 0.21 | 0.46 |
| Hex | 8D | 88 | 5D | 0 | 4 | 22 | 2D | 36 | 15 | 2E |
| Octal | 215 | 210 | 135 | 0 | 4 | 42 | 55 | 66 | 25 | 56 |
| Binary | 10001101 | 10001000 | 1011101 | 0 | 100 | 100010 | 101101 | 110110 | 10101 | 101110 |
Color Harmonies of #8D885D
Complementary color
Monochromatic Colors of #8D885D
Black with #8D885D
Text Example
Text Example
White with #8D885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D885D; }
p { color: rgb(141,136,93); }
H1.HeaderClassName
{
color: #8D885D;
}
.AnyTagClassName
{
color: #8D885D;
}
</style>
background-color css
<style>
a { background-color: #8D885D; }
a { background-color: rgb(141,136,93); }
div.DivClassName
{
background-color: #8D885D;
}
.BgClassName
{
background-color: #8D885D;
}
</style>
border-color css
<style>
span { border-color: #8D885D; }
span { border-color: rgb(141,136,93); }
td.TdClassName
{
border-color: #8D885D;
}
.TagClassName
{
border-color: #8D885D;
}
</style>