Shades of Bandicoot #8D885C
Tints of Bandicoot #8D885C
RGB
CMYK
RGB Variations
Color information
#8D885C (or 0x8D885C) is known color: Bandicoot. HEX triplet: 8D, 88 and 5C. RGB value is (141,136,92). Sum of RGB (Red+Green+Blue) = 141+136+92=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D885C is #7277A3. Grayscale: #848484. Windows color (decimal): -7501732 or 6064269. OLE color: 6064269.
HSL color Cylindrical-coordinate representation of color #8D885C: hue angle of 53.88º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D885C is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 136 | 92 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.45 |
| HSL | 53.88º | 0.21% | 0.46% | - |
| HSV(B) | 53.88º | 0.35% | 0.55% | - |
| XYZ | 21.72 | 24.04 | 13.62 | - |
| YUV | 132.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 92 | 0 | 0.04 | 0.35 | 0.45 | 53.88 | 0.21 | 0.46 |
| Hex | 8D | 88 | 5C | 0 | 4 | 23 | 2D | 36 | 15 | 2E |
| Octal | 215 | 210 | 134 | 0 | 4 | 43 | 55 | 66 | 25 | 56 |
| Binary | 10001101 | 10001000 | 1011100 | 0 | 100 | 100011 | 101101 | 110110 | 10101 | 101110 |
Color Harmonies of #8D885C
Complementary color
Monochromatic Colors of #8D885C
Black with #8D885C
Text Example
Text Example
White with #8D885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D885C; }
p { color: rgb(141,136,92); }
H1.HeaderClassName
{
color: #8D885C;
}
.AnyTagClassName
{
color: #8D885C;
}
</style>
background-color css
<style>
a { background-color: #8D885C; }
a { background-color: rgb(141,136,92); }
div.DivClassName
{
background-color: #8D885C;
}
.BgClassName
{
background-color: #8D885C;
}
</style>
border-color css
<style>
span { border-color: #8D885C; }
span { border-color: rgb(141,136,92); }
td.TdClassName
{
border-color: #8D885C;
}
.TagClassName
{
border-color: #8D885C;
}
</style>