Shades of Bandicoot #858165
Tints of Bandicoot #858165
RGB
CMYK
RGB Variations
Color information
#858165 (or 0x858165) is known color: Bandicoot. HEX triplet: 85, 81 and 65. RGB value is (133,129,101). Sum of RGB (Red+Green+Blue) = 133+129+101=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #858165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858165 is #7A7E9A. Grayscale: #7F7F7F. Windows color (decimal): -8027803 or 6652293. OLE color: 6652293.
HSL color Cylindrical-coordinate representation of color #858165: hue angle of 52.5º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #858165 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 129 | 101 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.48 |
| HSL | 52.5º | 0.14% | 0.46% | - |
| HSV(B) | 52.5º | 0.24% | 0.52% | - |
| XYZ | 19.87 | 21.63 | 15.44 | - |
| YUV | 127 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 101 | 0 | 0.03 | 0.24 | 0.48 | 52.5 | 0.14 | 0.46 |
| Hex | 85 | 81 | 65 | 0 | 3 | 18 | 30 | 34 | E | 2E |
| Octal | 205 | 201 | 145 | 0 | 3 | 30 | 60 | 64 | 16 | 56 |
| Binary | 10000101 | 10000001 | 1100101 | 0 | 11 | 11000 | 110000 | 110100 | 1110 | 101110 |
Color Harmonies of #858165
Complementary color
Monochromatic Colors of #858165
Black with #858165
Text Example
Text Example
White with #858165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858165; }
p { color: rgb(133,129,101); }
H1.HeaderClassName
{
color: #858165;
}
.AnyTagClassName
{
color: #858165;
}
</style>
background-color css
<style>
a { background-color: #858165; }
a { background-color: rgb(133,129,101); }
div.DivClassName
{
background-color: #858165;
}
.BgClassName
{
background-color: #858165;
}
</style>
border-color css
<style>
span { border-color: #858165; }
span { border-color: rgb(133,129,101); }
td.TdClassName
{
border-color: #858165;
}
.TagClassName
{
border-color: #858165;
}
</style>