Shades of Bandicoot #87835B
Tints of Bandicoot #87835B
RGB
CMYK
RGB Variations
Color information
#87835B (or 0x87835B) is known color: Bandicoot. HEX triplet: 87, 83 and 5B. RGB value is (135,131,91). Sum of RGB (Red+Green+Blue) = 135+131+91=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #87835B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87835B is #787CA4. Grayscale: #7F7F7F. Windows color (decimal): -7896229 or 5997447. OLE color: 5997447.
HSL color Cylindrical-coordinate representation of color #87835B: hue angle of 54.55º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87835B is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 131 | 91 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.47 |
| HSL | 54.55º | 0.19% | 0.44% | - |
| HSV(B) | 54.55º | 0.33% | 0.53% | - |
| XYZ | 20 | 22.14 | 13.12 | - |
| YUV | 127.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 91 | 0 | 0.03 | 0.33 | 0.47 | 54.55 | 0.19 | 0.44 |
| Hex | 87 | 83 | 5B | 0 | 3 | 21 | 2F | 37 | 13 | 2C |
| Octal | 207 | 203 | 133 | 0 | 3 | 41 | 57 | 67 | 23 | 54 |
| Binary | 10000111 | 10000011 | 1011011 | 0 | 11 | 100001 | 101111 | 110111 | 10011 | 101100 |
Color Harmonies of #87835B
Complementary color
Monochromatic Colors of #87835B
Black with #87835B
Text Example
Text Example
White with #87835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87835B; }
p { color: rgb(135,131,91); }
H1.HeaderClassName
{
color: #87835B;
}
.AnyTagClassName
{
color: #87835B;
}
</style>
background-color css
<style>
a { background-color: #87835B; }
a { background-color: rgb(135,131,91); }
div.DivClassName
{
background-color: #87835B;
}
.BgClassName
{
background-color: #87835B;
}
</style>
border-color css
<style>
span { border-color: #87835B; }
span { border-color: rgb(135,131,91); }
td.TdClassName
{
border-color: #87835B;
}
.TagClassName
{
border-color: #87835B;
}
</style>