Shades of Bandicoot #85855F
Tints of Bandicoot #85855F
RGB
CMYK
RGB Variations
Color information
#85855F (or 0x85855F) is known color: Bandicoot. HEX triplet: 85, 85 and 5F. RGB value is (133,133,95). Sum of RGB (Red+Green+Blue) = 133+133+95=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85855F is #7A7AA0. Grayscale: #808080. Windows color (decimal): -8026785 or 6260101. OLE color: 6260101.
HSL color Cylindrical-coordinate representation of color #85855F: hue angle of 60º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85855F is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 133 | 95 | - |
| CMYK | 0 | 0 | 0.29 | 0.48 |
| HSL | 60º | 0.17% | 0.45% | - |
| HSV(B) | 60º | 0.29% | 0.52% | - |
| XYZ | 20.13 | 22.59 | 14.13 | - |
| YUV | 128.67 | 109 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 95 | 0 | 0 | 0.29 | 0.48 | 60 | 0.17 | 0.45 |
| Hex | 85 | 85 | 5F | 0 | 0 | 1D | 30 | 3C | 11 | 2D |
| Octal | 205 | 205 | 137 | 0 | 0 | 35 | 60 | 74 | 21 | 55 |
| Binary | 10000101 | 10000101 | 1011111 | 0 | 0 | 11101 | 110000 | 111100 | 10001 | 101101 |
Color Harmonies of #85855F
Complementary color
Monochromatic Colors of #85855F
Black with #85855F
Text Example
Text Example
White with #85855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85855F; }
p { color: rgb(133,133,95); }
H1.HeaderClassName
{
color: #85855F;
}
.AnyTagClassName
{
color: #85855F;
}
</style>
background-color css
<style>
a { background-color: #85855F; }
a { background-color: rgb(133,133,95); }
div.DivClassName
{
background-color: #85855F;
}
.BgClassName
{
background-color: #85855F;
}
</style>
border-color css
<style>
span { border-color: #85855F; }
span { border-color: rgb(133,133,95); }
td.TdClassName
{
border-color: #85855F;
}
.TagClassName
{
border-color: #85855F;
}
</style>