Shades of Bandicoot #8C8759
Tints of Bandicoot #8C8759
RGB
CMYK
RGB Variations
Color information
#8C8759 (or 0x8C8759) is known color: Bandicoot. HEX triplet: 8C, 87 and 59. RGB value is (140,135,89). Sum of RGB (Red+Green+Blue) = 140+135+89=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8759 is #7378A6. Grayscale: #838383. Windows color (decimal): -7567527 or 5867404. OLE color: 5867404.
HSL color Cylindrical-coordinate representation of color #8C8759: hue angle of 54.12º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C8759 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 89 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.45 |
| HSL | 54.12º | 0.22% | 0.45% | - |
| HSV(B) | 54.12º | 0.36% | 0.55% | - |
| XYZ | 21.28 | 23.62 | 12.89 | - |
| YUV | 131.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 89 | 0 | 0.04 | 0.36 | 0.45 | 54.12 | 0.22 | 0.45 |
| Hex | 8C | 87 | 59 | 0 | 4 | 24 | 2D | 36 | 16 | 2D |
| Octal | 214 | 207 | 131 | 0 | 4 | 44 | 55 | 66 | 26 | 55 |
| Binary | 10001100 | 10000111 | 1011001 | 0 | 100 | 100100 | 101101 | 110110 | 10110 | 101101 |
Color Harmonies of #8C8759
Complementary color
Monochromatic Colors of #8C8759
Black with #8C8759
Text Example
Text Example
White with #8C8759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8759; }
p { color: rgb(140,135,89); }
H1.HeaderClassName
{
color: #8C8759;
}
.AnyTagClassName
{
color: #8C8759;
}
</style>
background-color css
<style>
a { background-color: #8C8759; }
a { background-color: rgb(140,135,89); }
div.DivClassName
{
background-color: #8C8759;
}
.BgClassName
{
background-color: #8C8759;
}
</style>
border-color css
<style>
span { border-color: #8C8759; }
span { border-color: rgb(140,135,89); }
td.TdClassName
{
border-color: #8C8759;
}
.TagClassName
{
border-color: #8C8759;
}
</style>