Shades of Bandicoot #8C885F
Tints of Bandicoot #8C885F
RGB
CMYK
RGB Variations
Color information
#8C885F (or 0x8C885F) is known color: Bandicoot. HEX triplet: 8C, 88 and 5F. RGB value is (140,136,95). Sum of RGB (Red+Green+Blue) = 140+136+95=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C885F is #7377A0. Grayscale: #848484. Windows color (decimal): -7567265 or 6260876. OLE color: 6260876.
HSL color Cylindrical-coordinate representation of color #8C885F: hue angle of 54.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C885F is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 95 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.45 |
| HSL | 54.67º | 0.19% | 0.46% | - |
| HSV(B) | 54.67º | 0.32% | 0.55% | - |
| XYZ | 21.68 | 24.01 | 14.32 | - |
| YUV | 132.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 95 | 0 | 0.03 | 0.32 | 0.45 | 54.67 | 0.19 | 0.46 |
| Hex | 8C | 88 | 5F | 0 | 3 | 20 | 2D | 37 | 13 | 2E |
| Octal | 214 | 210 | 137 | 0 | 3 | 40 | 55 | 67 | 23 | 56 |
| Binary | 10001100 | 10001000 | 1011111 | 0 | 11 | 100000 | 101101 | 110111 | 10011 | 101110 |
Color Harmonies of #8C885F
Complementary color
Monochromatic Colors of #8C885F
Black with #8C885F
Text Example
Text Example
White with #8C885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C885F; }
p { color: rgb(140,136,95); }
H1.HeaderClassName
{
color: #8C885F;
}
.AnyTagClassName
{
color: #8C885F;
}
</style>
background-color css
<style>
a { background-color: #8C885F; }
a { background-color: rgb(140,136,95); }
div.DivClassName
{
background-color: #8C885F;
}
.BgClassName
{
background-color: #8C885F;
}
</style>
border-color css
<style>
span { border-color: #8C885F; }
span { border-color: rgb(140,136,95); }
td.TdClassName
{
border-color: #8C885F;
}
.TagClassName
{
border-color: #8C885F;
}
</style>