Shades of Bandicoot #8C875D
Tints of Bandicoot #8C875D
RGB
CMYK
RGB Variations
Color information
#8C875D (or 0x8C875D) is known color: Bandicoot. HEX triplet: 8C, 87 and 5D. RGB value is (140,135,93). Sum of RGB (Red+Green+Blue) = 140+135+93=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C875D is #7378A2. Grayscale: #838383. Windows color (decimal): -7567523 or 6129548. OLE color: 6129548.
HSL color Cylindrical-coordinate representation of color #8C875D: hue angle of 53.62º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C875D is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 93 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.45 |
| HSL | 53.62º | 0.2% | 0.46% | - |
| HSV(B) | 53.62º | 0.34% | 0.55% | - |
| XYZ | 21.45 | 23.69 | 13.8 | - |
| YUV | 131.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 93 | 0 | 0.04 | 0.34 | 0.45 | 53.62 | 0.2 | 0.46 |
| Hex | 8C | 87 | 5D | 0 | 4 | 22 | 2D | 36 | 14 | 2E |
| Octal | 214 | 207 | 135 | 0 | 4 | 42 | 55 | 66 | 24 | 56 |
| Binary | 10001100 | 10000111 | 1011101 | 0 | 100 | 100010 | 101101 | 110110 | 10100 | 101110 |
Color Harmonies of #8C875D
Complementary color
Monochromatic Colors of #8C875D
Black with #8C875D
Text Example
Text Example
White with #8C875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C875D; }
p { color: rgb(140,135,93); }
H1.HeaderClassName
{
color: #8C875D;
}
.AnyTagClassName
{
color: #8C875D;
}
</style>
background-color css
<style>
a { background-color: #8C875D; }
a { background-color: rgb(140,135,93); }
div.DivClassName
{
background-color: #8C875D;
}
.BgClassName
{
background-color: #8C875D;
}
</style>
border-color css
<style>
span { border-color: #8C875D; }
span { border-color: rgb(140,135,93); }
td.TdClassName
{
border-color: #8C875D;
}
.TagClassName
{
border-color: #8C875D;
}
</style>