Shades of Bandicoot #85815D
Tints of Bandicoot #85815D
RGB
CMYK
RGB Variations
Color information
#85815D (or 0x85815D) is known color: Bandicoot. HEX triplet: 85, 81 and 5D. RGB value is (133,129,93). Sum of RGB (Red+Green+Blue) = 133+129+93=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85815D is #7A7EA2. Grayscale: #7E7E7E. Windows color (decimal): -8027811 or 6128005. OLE color: 6128005.
HSL color Cylindrical-coordinate representation of color #85815D: hue angle of 54º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85815D is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 129 | 93 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.48 |
| HSL | 54º | 0.18% | 0.44% | - |
| HSV(B) | 54º | 0.3% | 0.52% | - |
| XYZ | 19.5 | 21.48 | 13.47 | - |
| YUV | 126.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 93 | 0 | 0.03 | 0.30 | 0.48 | 54 | 0.18 | 0.44 |
| Hex | 85 | 81 | 5D | 0 | 3 | 1E | 30 | 36 | 12 | 2C |
| Octal | 205 | 201 | 135 | 0 | 3 | 36 | 60 | 66 | 22 | 54 |
| Binary | 10000101 | 10000001 | 1011101 | 0 | 11 | 11110 | 110000 | 110110 | 10010 | 101100 |
Color Harmonies of #85815D
Complementary color
Monochromatic Colors of #85815D
Black with #85815D
Text Example
Text Example
White with #85815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85815D; }
p { color: rgb(133,129,93); }
H1.HeaderClassName
{
color: #85815D;
}
.AnyTagClassName
{
color: #85815D;
}
</style>
background-color css
<style>
a { background-color: #85815D; }
a { background-color: rgb(133,129,93); }
div.DivClassName
{
background-color: #85815D;
}
.BgClassName
{
background-color: #85815D;
}
</style>
border-color css
<style>
span { border-color: #85815D; }
span { border-color: rgb(133,129,93); }
td.TdClassName
{
border-color: #85815D;
}
.TagClassName
{
border-color: #85815D;
}
</style>