Shades of Bandicoot #87836A
Tints of Bandicoot #87836A
RGB
CMYK
RGB Variations
Color information
#87836A (or 0x87836A) is known color: Bandicoot. HEX triplet: 87, 83 and 6A. RGB value is (135,131,106). Sum of RGB (Red+Green+Blue) = 135+131+106=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 135 - color contains mainly: red. Hex color #87836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87836A is #787C95. Grayscale: #818181. Windows color (decimal): -7896214 or 6980487. OLE color: 6980487.
HSL color Cylindrical-coordinate representation of color #87836A: hue angle of 51.72º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87836A is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 131 | 106 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.47 |
| HSL | 51.72º | 0.12% | 0.47% | - |
| HSV(B) | 51.72º | 0.21% | 0.53% | - |
| XYZ | 20.71 | 22.42 | 16.87 | - |
| YUV | 129.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 106 | 0 | 0.03 | 0.21 | 0.47 | 51.72 | 0.12 | 0.47 |
| Hex | 87 | 83 | 6A | 0 | 3 | 15 | 2F | 34 | C | 2F |
| Octal | 207 | 203 | 152 | 0 | 3 | 25 | 57 | 64 | 14 | 57 |
| Binary | 10000111 | 10000011 | 1101010 | 0 | 11 | 10101 | 101111 | 110100 | 1100 | 101111 |
Color Harmonies of #87836A
Complementary color
Monochromatic Colors of #87836A
Black with #87836A
Text Example
Text Example
White with #87836A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87836A; }
p { color: rgb(135,131,106); }
H1.HeaderClassName
{
color: #87836A;
}
.AnyTagClassName
{
color: #87836A;
}
</style>
background-color css
<style>
a { background-color: #87836A; }
a { background-color: rgb(135,131,106); }
div.DivClassName
{
background-color: #87836A;
}
.BgClassName
{
background-color: #87836A;
}
</style>
border-color css
<style>
span { border-color: #87836A; }
span { border-color: rgb(135,131,106); }
td.TdClassName
{
border-color: #87836A;
}
.TagClassName
{
border-color: #87836A;
}
</style>