Shades of Bandicoot #85875C
Tints of Bandicoot #85875C
RGB
CMYK
RGB Variations
Color information
#85875C (or 0x85875C) is known color: Bandicoot. HEX triplet: 85, 87 and 5C. RGB value is (133,135,92). Sum of RGB (Red+Green+Blue) = 133+135+92=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #85875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85875C is #7A78A3. Grayscale: #818181. Windows color (decimal): -8026276 or 6064005. OLE color: 6064005.
HSL color Cylindrical-coordinate representation of color #85875C: hue angle of 62.79º 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 #85875C is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 92 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.47 |
| HSL | 62.79º | 0.19% | 0.45% | - |
| HSV(B) | 62.79º | 0.32% | 0.53% | - |
| XYZ | 20.27 | 23.09 | 13.51 | - |
| YUV | 129.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 92 | 0.01 | 0 | 0.32 | 0.47 | 62.79 | 0.19 | 0.45 |
| Hex | 85 | 87 | 5C | 1 | 0 | 20 | 2F | 3F | 13 | 2D |
| Octal | 205 | 207 | 134 | 1 | 0 | 40 | 57 | 77 | 23 | 55 |
| Binary | 10000101 | 10000111 | 1011100 | 1 | 0 | 100000 | 101111 | 111111 | 10011 | 101101 |
Color Harmonies of #85875C
Complementary color
Monochromatic Colors of #85875C
Black with #85875C
Text Example
Text Example
White with #85875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85875C; }
p { color: rgb(133,135,92); }
H1.HeaderClassName
{
color: #85875C;
}
.AnyTagClassName
{
color: #85875C;
}
</style>
background-color css
<style>
a { background-color: #85875C; }
a { background-color: rgb(133,135,92); }
div.DivClassName
{
background-color: #85875C;
}
.BgClassName
{
background-color: #85875C;
}
</style>
border-color css
<style>
span { border-color: #85875C; }
span { border-color: rgb(133,135,92); }
td.TdClassName
{
border-color: #85875C;
}
.TagClassName
{
border-color: #85875C;
}
</style>