Shades of Bandicoot #858755
Tints of Bandicoot #858755
RGB
CMYK
RGB Variations
Color information
#858755 (or 0x858755) is known color: Bandicoot. HEX triplet: 85, 87 and 55. RGB value is (133,135,85). Sum of RGB (Red+Green+Blue) = 133+135+85=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #858755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858755 is #7A78AA. Grayscale: #808080. Windows color (decimal): -8026283 or 5605253. OLE color: 5605253.
HSL color Cylindrical-coordinate representation of color #858755: hue angle of 62.4º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #858755 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 85 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.47 |
| HSL | 62.4º | 0.23% | 0.43% | - |
| HSV(B) | 62.4º | 0.37% | 0.53% | - |
| XYZ | 19.98 | 22.97 | 11.98 | - |
| YUV | 128.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 85 | 0.01 | 0 | 0.37 | 0.47 | 62.4 | 0.23 | 0.43 |
| Hex | 85 | 87 | 55 | 1 | 0 | 25 | 2F | 3E | 17 | 2B |
| Octal | 205 | 207 | 125 | 1 | 0 | 45 | 57 | 76 | 27 | 53 |
| Binary | 10000101 | 10000111 | 1010101 | 1 | 0 | 100101 | 101111 | 111110 | 10111 | 101011 |
Color Harmonies of #858755
Complementary color
Monochromatic Colors of #858755
Black with #858755
Text Example
Text Example
White with #858755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858755; }
p { color: rgb(133,135,85); }
H1.HeaderClassName
{
color: #858755;
}
.AnyTagClassName
{
color: #858755;
}
</style>
background-color css
<style>
a { background-color: #858755; }
a { background-color: rgb(133,135,85); }
div.DivClassName
{
background-color: #858755;
}
.BgClassName
{
background-color: #858755;
}
</style>
border-color css
<style>
span { border-color: #858755; }
span { border-color: rgb(133,135,85); }
td.TdClassName
{
border-color: #858755;
}
.TagClassName
{
border-color: #858755;
}
</style>