Shades of Bandicoot #88865D
Tints of Bandicoot #88865D
RGB
CMYK
RGB Variations
Color information
#88865D (or 0x88865D) is known color: Bandicoot. HEX triplet: 88, 86 and 5D. RGB value is (136,134,93). Sum of RGB (Red+Green+Blue) = 136+134+93=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #88865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88865D is #7779A2. Grayscale: #828282. Windows color (decimal): -7829923 or 6129288. OLE color: 6129288.
HSL color Cylindrical-coordinate representation of color #88865D: hue angle of 57.21º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88865D is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 134 | 93 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.47 |
| HSL | 57.21º | 0.19% | 0.45% | - |
| HSV(B) | 57.21º | 0.32% | 0.53% | - |
| XYZ | 20.65 | 23.07 | 13.72 | - |
| YUV | 129.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 93 | 0 | 0.01 | 0.32 | 0.47 | 57.21 | 0.19 | 0.45 |
| Hex | 88 | 86 | 5D | 0 | 1 | 20 | 2F | 39 | 13 | 2D |
| Octal | 210 | 206 | 135 | 0 | 1 | 40 | 57 | 71 | 23 | 55 |
| Binary | 10001000 | 10000110 | 1011101 | 0 | 1 | 100000 | 101111 | 111001 | 10011 | 101101 |
Color Harmonies of #88865D
Complementary color
Monochromatic Colors of #88865D
Black with #88865D
Text Example
Text Example
White with #88865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88865D; }
p { color: rgb(136,134,93); }
H1.HeaderClassName
{
color: #88865D;
}
.AnyTagClassName
{
color: #88865D;
}
</style>
background-color css
<style>
a { background-color: #88865D; }
a { background-color: rgb(136,134,93); }
div.DivClassName
{
background-color: #88865D;
}
.BgClassName
{
background-color: #88865D;
}
</style>
border-color css
<style>
span { border-color: #88865D; }
span { border-color: rgb(136,134,93); }
td.TdClassName
{
border-color: #88865D;
}
.TagClassName
{
border-color: #88865D;
}
</style>