Shades of Bandicoot #8C875B
Tints of Bandicoot #8C875B
RGB
CMYK
RGB Variations
Color information
#8C875B (or 0x8C875B) is known color: Bandicoot. HEX triplet: 8C, 87 and 5B. RGB value is (140,135,91). Sum of RGB (Red+Green+Blue) = 140+135+91=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 140 - color contains mainly: red. Hex color #8C875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C875B is #7378A4. Grayscale: #838383. Windows color (decimal): -7567525 or 5998476. OLE color: 5998476.
HSL color Cylindrical-coordinate representation of color #8C875B: hue angle of 53.88º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C875B is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 91 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.45 |
| HSL | 53.88º | 0.21% | 0.45% | - |
| HSV(B) | 53.88º | 0.35% | 0.55% | - |
| XYZ | 21.37 | 23.66 | 13.34 | - |
| YUV | 131.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 91 | 0 | 0.04 | 0.35 | 0.45 | 53.88 | 0.21 | 0.45 |
| Hex | 8C | 87 | 5B | 0 | 4 | 23 | 2D | 36 | 15 | 2D |
| Octal | 214 | 207 | 133 | 0 | 4 | 43 | 55 | 66 | 25 | 55 |
| Binary | 10001100 | 10000111 | 1011011 | 0 | 100 | 100011 | 101101 | 110110 | 10101 | 101101 |
Color Harmonies of #8C875B
Complementary color
Monochromatic Colors of #8C875B
Black with #8C875B
Text Example
Text Example
White with #8C875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C875B; }
p { color: rgb(140,135,91); }
H1.HeaderClassName
{
color: #8C875B;
}
.AnyTagClassName
{
color: #8C875B;
}
</style>
background-color css
<style>
a { background-color: #8C875B; }
a { background-color: rgb(140,135,91); }
div.DivClassName
{
background-color: #8C875B;
}
.BgClassName
{
background-color: #8C875B;
}
</style>
border-color css
<style>
span { border-color: #8C875B; }
span { border-color: rgb(140,135,91); }
td.TdClassName
{
border-color: #8C875B;
}
.TagClassName
{
border-color: #8C875B;
}
</style>