Shades of Bandicoot #85815C
Tints of Bandicoot #85815C
RGB
CMYK
RGB Variations
Color information
#85815C (or 0x85815C) is known color: Bandicoot. HEX triplet: 85, 81 and 5C. RGB value is (133,129,92). Sum of RGB (Red+Green+Blue) = 133+129+92=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #85815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85815C is #7A7EA3. Grayscale: #7E7E7E. Windows color (decimal): -8027812 or 6062469. OLE color: 6062469.
HSL color Cylindrical-coordinate representation of color #85815C: hue angle of 54.15º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85815C is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 129 | 92 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.48 |
| HSL | 54.15º | 0.18% | 0.44% | - |
| HSV(B) | 54.15º | 0.31% | 0.52% | - |
| XYZ | 19.45 | 21.46 | 13.24 | - |
| YUV | 125.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 92 | 0 | 0.03 | 0.31 | 0.48 | 54.15 | 0.18 | 0.44 |
| Hex | 85 | 81 | 5C | 0 | 3 | 1F | 30 | 36 | 12 | 2C |
| Octal | 205 | 201 | 134 | 0 | 3 | 37 | 60 | 66 | 22 | 54 |
| Binary | 10000101 | 10000001 | 1011100 | 0 | 11 | 11111 | 110000 | 110110 | 10010 | 101100 |
Color Harmonies of #85815C
Complementary color
Monochromatic Colors of #85815C
Black with #85815C
Text Example
Text Example
White with #85815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85815C; }
p { color: rgb(133,129,92); }
H1.HeaderClassName
{
color: #85815C;
}
.AnyTagClassName
{
color: #85815C;
}
</style>
background-color css
<style>
a { background-color: #85815C; }
a { background-color: rgb(133,129,92); }
div.DivClassName
{
background-color: #85815C;
}
.BgClassName
{
background-color: #85815C;
}
</style>
border-color css
<style>
span { border-color: #85815C; }
span { border-color: rgb(133,129,92); }
td.TdClassName
{
border-color: #85815C;
}
.TagClassName
{
border-color: #85815C;
}
</style>