Shades of Bandicoot #8D895F
Tints of Bandicoot #8D895F
RGB
CMYK
RGB Variations
Color information
#8D895F (or 0x8D895F) is known color: Bandicoot. HEX triplet: 8D, 89 and 5F. RGB value is (141,137,95). Sum of RGB (Red+Green+Blue) = 141+137+95=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 141 - color contains mainly: red. Hex color #8D895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D895F is #7276A0. Grayscale: #858585. Windows color (decimal): -7501473 or 6261133. OLE color: 6261133.
HSL color Cylindrical-coordinate representation of color #8D895F: hue angle of 54.78º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D895F is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 95 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.45 |
| HSL | 54.78º | 0.19% | 0.46% | - |
| HSV(B) | 54.78º | 0.33% | 0.55% | - |
| XYZ | 22 | 24.38 | 14.37 | - |
| YUV | 133.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 95 | 0 | 0.03 | 0.33 | 0.45 | 54.78 | 0.19 | 0.46 |
| Hex | 8D | 89 | 5F | 0 | 3 | 21 | 2D | 37 | 13 | 2E |
| Octal | 215 | 211 | 137 | 0 | 3 | 41 | 55 | 67 | 23 | 56 |
| Binary | 10001101 | 10001001 | 1011111 | 0 | 11 | 100001 | 101101 | 110111 | 10011 | 101110 |
Color Harmonies of #8D895F
Complementary color
Monochromatic Colors of #8D895F
Black with #8D895F
Text Example
Text Example
White with #8D895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D895F; }
p { color: rgb(141,137,95); }
H1.HeaderClassName
{
color: #8D895F;
}
.AnyTagClassName
{
color: #8D895F;
}
</style>
background-color css
<style>
a { background-color: #8D895F; }
a { background-color: rgb(141,137,95); }
div.DivClassName
{
background-color: #8D895F;
}
.BgClassName
{
background-color: #8D895F;
}
</style>
border-color css
<style>
span { border-color: #8D895F; }
span { border-color: rgb(141,137,95); }
td.TdClassName
{
border-color: #8D895F;
}
.TagClassName
{
border-color: #8D895F;
}
</style>