Shades of Bandicoot #85875B
Tints of Bandicoot #85875B
RGB
CMYK
RGB Variations
Color information
#85875B (or 0x85875B) is known color: Bandicoot. HEX triplet: 85, 87 and 5B. RGB value is (133,135,91). Sum of RGB (Red+Green+Blue) = 133+135+91=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 135 - color contains mainly: green. Hex color #85875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85875B is #7A78A4. Grayscale: #818181. Windows color (decimal): -8026277 or 5998469. OLE color: 5998469.
HSL color Cylindrical-coordinate representation of color #85875B: hue angle of 62.73º 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 #85875B is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 91 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.47 |
| HSL | 62.73º | 0.19% | 0.44% | - |
| HSV(B) | 62.73º | 0.33% | 0.53% | - |
| XYZ | 20.23 | 23.07 | 13.28 | - |
| YUV | 129.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 91 | 0.01 | 0 | 0.33 | 0.47 | 62.73 | 0.19 | 0.44 |
| Hex | 85 | 87 | 5B | 1 | 0 | 21 | 2F | 3F | 13 | 2C |
| Octal | 205 | 207 | 133 | 1 | 0 | 41 | 57 | 77 | 23 | 54 |
| Binary | 10000101 | 10000111 | 1011011 | 1 | 0 | 100001 | 101111 | 111111 | 10011 | 101100 |
Color Harmonies of #85875B
Complementary color
Monochromatic Colors of #85875B
Black with #85875B
Text Example
Text Example
White with #85875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85875B; }
p { color: rgb(133,135,91); }
H1.HeaderClassName
{
color: #85875B;
}
.AnyTagClassName
{
color: #85875B;
}
</style>
background-color css
<style>
a { background-color: #85875B; }
a { background-color: rgb(133,135,91); }
div.DivClassName
{
background-color: #85875B;
}
.BgClassName
{
background-color: #85875B;
}
</style>
border-color css
<style>
span { border-color: #85875B; }
span { border-color: rgb(133,135,91); }
td.TdClassName
{
border-color: #85875B;
}
.TagClassName
{
border-color: #85875B;
}
</style>