Shades of Bandicoot #8F885C
Tints of Bandicoot #8F885C
RGB
CMYK
RGB Variations
Color information
#8F885C (or 0x8F885C) is known color: Bandicoot. HEX triplet: 8F, 88 and 5C. RGB value is (143,136,92). Sum of RGB (Red+Green+Blue) = 143+136+92=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 143 - color contains mainly: red. Hex color #8F885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F885C is #7077A3. Grayscale: #858585. Windows color (decimal): -7370660 or 6064271. OLE color: 6064271.
HSL color Cylindrical-coordinate representation of color #8F885C: hue angle of 51.76º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F885C is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 136 | 92 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.44 |
| HSL | 51.76º | 0.22% | 0.46% | - |
| HSV(B) | 51.76º | 0.36% | 0.56% | - |
| XYZ | 22.06 | 24.22 | 13.64 | - |
| YUV | 133.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 92 | 0 | 0.05 | 0.36 | 0.44 | 51.76 | 0.22 | 0.46 |
| Hex | 8F | 88 | 5C | 0 | 5 | 24 | 2C | 34 | 16 | 2E |
| Octal | 217 | 210 | 134 | 0 | 5 | 44 | 54 | 64 | 26 | 56 |
| Binary | 10001111 | 10001000 | 1011100 | 0 | 101 | 100100 | 101100 | 110100 | 10110 | 101110 |
Color Harmonies of #8F885C
Complementary color
Monochromatic Colors of #8F885C
Black with #8F885C
Text Example
Text Example
White with #8F885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F885C; }
p { color: rgb(143,136,92); }
H1.HeaderClassName
{
color: #8F885C;
}
.AnyTagClassName
{
color: #8F885C;
}
</style>
background-color css
<style>
a { background-color: #8F885C; }
a { background-color: rgb(143,136,92); }
div.DivClassName
{
background-color: #8F885C;
}
.BgClassName
{
background-color: #8F885C;
}
</style>
border-color css
<style>
span { border-color: #8F885C; }
span { border-color: rgb(143,136,92); }
td.TdClassName
{
border-color: #8F885C;
}
.TagClassName
{
border-color: #8F885C;
}
</style>