Shades of Bandicoot #8D875D
Tints of Bandicoot #8D875D
RGB
CMYK
RGB Variations
Color information
#8D875D (or 0x8D875D) is known color: Bandicoot. HEX triplet: 8D, 87 and 5D. RGB value is (141,135,93). Sum of RGB (Red+Green+Blue) = 141+135+93=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D875D is #7278A2. Grayscale: #848484. Windows color (decimal): -7501987 or 6129549. OLE color: 6129549.
HSL color Cylindrical-coordinate representation of color #8D875D: hue angle of 52.5º 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 #8D875D is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 135 | 93 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.45 |
| HSL | 52.5º | 0.21% | 0.46% | - |
| HSV(B) | 52.5º | 0.34% | 0.55% | - |
| XYZ | 21.62 | 23.78 | 13.81 | - |
| YUV | 132.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 93 | 0 | 0.04 | 0.34 | 0.45 | 52.5 | 0.21 | 0.46 |
| Hex | 8D | 87 | 5D | 0 | 4 | 22 | 2D | 34 | 15 | 2E |
| Octal | 215 | 207 | 135 | 0 | 4 | 42 | 55 | 64 | 25 | 56 |
| Binary | 10001101 | 10000111 | 1011101 | 0 | 100 | 100010 | 101101 | 110100 | 10101 | 101110 |
Color Harmonies of #8D875D
Complementary color
Monochromatic Colors of #8D875D
Black with #8D875D
Text Example
Text Example
White with #8D875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D875D; }
p { color: rgb(141,135,93); }
H1.HeaderClassName
{
color: #8D875D;
}
.AnyTagClassName
{
color: #8D875D;
}
</style>
background-color css
<style>
a { background-color: #8D875D; }
a { background-color: rgb(141,135,93); }
div.DivClassName
{
background-color: #8D875D;
}
.BgClassName
{
background-color: #8D875D;
}
</style>
border-color css
<style>
span { border-color: #8D875D; }
span { border-color: rgb(141,135,93); }
td.TdClassName
{
border-color: #8D875D;
}
.TagClassName
{
border-color: #8D875D;
}
</style>