Shades of Bandicoot #85865D
Tints of Bandicoot #85865D
RGB
CMYK
RGB Variations
Color information
#85865D (or 0x85865D) is known color: Bandicoot. HEX triplet: 85, 86 and 5D. RGB value is (133,134,93). Sum of RGB (Red+Green+Blue) = 133+134+93=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #85865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85865D is #7A79A2. Grayscale: #818181. Windows color (decimal): -8026531 or 6129285. OLE color: 6129285.
HSL color Cylindrical-coordinate representation of color #85865D: hue angle of 61.46º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85865D is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 93 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.47 |
| HSL | 61.46º | 0.18% | 0.45% | - |
| HSV(B) | 61.46º | 0.31% | 0.53% | - |
| XYZ | 20.17 | 22.83 | 13.7 | - |
| YUV | 129.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 93 | 0.01 | 0 | 0.31 | 0.47 | 61.46 | 0.18 | 0.45 |
| Hex | 85 | 86 | 5D | 1 | 0 | 1F | 2F | 3D | 12 | 2D |
| Octal | 205 | 206 | 135 | 1 | 0 | 37 | 57 | 75 | 22 | 55 |
| Binary | 10000101 | 10000110 | 1011101 | 1 | 0 | 11111 | 101111 | 111101 | 10010 | 101101 |
Color Harmonies of #85865D
Complementary color
Monochromatic Colors of #85865D
Black with #85865D
Text Example
Text Example
White with #85865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85865D; }
p { color: rgb(133,134,93); }
H1.HeaderClassName
{
color: #85865D;
}
.AnyTagClassName
{
color: #85865D;
}
</style>
background-color css
<style>
a { background-color: #85865D; }
a { background-color: rgb(133,134,93); }
div.DivClassName
{
background-color: #85865D;
}
.BgClassName
{
background-color: #85865D;
}
</style>
border-color css
<style>
span { border-color: #85865D; }
span { border-color: rgb(133,134,93); }
td.TdClassName
{
border-color: #85865D;
}
.TagClassName
{
border-color: #85865D;
}
</style>