Shades of Bandicoot #8C885D
Tints of Bandicoot #8C885D
RGB
CMYK
RGB Variations
Color information
#8C885D (or 0x8C885D) is known color: Bandicoot. HEX triplet: 8C, 88 and 5D. RGB value is (140,136,93). Sum of RGB (Red+Green+Blue) = 140+136+93=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 140 - color contains mainly: red. Hex color #8C885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C885D is #7377A2. Grayscale: #848484. Windows color (decimal): -7567267 or 6129804. OLE color: 6129804.
HSL color Cylindrical-coordinate representation of color #8C885D: hue angle of 54.89º 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 #8C885D is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 93 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.45 |
| HSL | 54.89º | 0.2% | 0.46% | - |
| HSV(B) | 54.89º | 0.34% | 0.55% | - |
| XYZ | 21.6 | 23.97 | 13.85 | - |
| YUV | 132.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 93 | 0 | 0.03 | 0.34 | 0.45 | 54.89 | 0.2 | 0.46 |
| Hex | 8C | 88 | 5D | 0 | 3 | 22 | 2D | 37 | 14 | 2E |
| Octal | 214 | 210 | 135 | 0 | 3 | 42 | 55 | 67 | 24 | 56 |
| Binary | 10001100 | 10001000 | 1011101 | 0 | 11 | 100010 | 101101 | 110111 | 10100 | 101110 |
Color Harmonies of #8C885D
Complementary color
Monochromatic Colors of #8C885D
Black with #8C885D
Text Example
Text Example
White with #8C885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C885D; }
p { color: rgb(140,136,93); }
H1.HeaderClassName
{
color: #8C885D;
}
.AnyTagClassName
{
color: #8C885D;
}
</style>
background-color css
<style>
a { background-color: #8C885D; }
a { background-color: rgb(140,136,93); }
div.DivClassName
{
background-color: #8C885D;
}
.BgClassName
{
background-color: #8C885D;
}
</style>
border-color css
<style>
span { border-color: #8C885D; }
span { border-color: rgb(140,136,93); }
td.TdClassName
{
border-color: #8C885D;
}
.TagClassName
{
border-color: #8C885D;
}
</style>