Shades of Bandicoot #858462
Tints of Bandicoot #858462
RGB
CMYK
RGB Variations
Color information
#858462 (or 0x858462) is known color: Bandicoot. HEX triplet: 85, 84 and 62. RGB value is (133,132,98). Sum of RGB (Red+Green+Blue) = 133+132+98=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #858462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858462 is #7A7B9D. Grayscale: #808080. Windows color (decimal): -8027038 or 6456453. OLE color: 6456453.
HSL color Cylindrical-coordinate representation of color #858462: hue angle of 58.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #858462 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 98 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.48 |
| HSL | 58.29º | 0.15% | 0.45% | - |
| HSV(B) | 58.29º | 0.26% | 0.52% | - |
| XYZ | 20.13 | 22.37 | 14.81 | - |
| YUV | 128.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 98 | 0 | 0.01 | 0.26 | 0.48 | 58.29 | 0.15 | 0.45 |
| Hex | 85 | 84 | 62 | 0 | 1 | 1A | 30 | 3A | F | 2D |
| Octal | 205 | 204 | 142 | 0 | 1 | 32 | 60 | 72 | 17 | 55 |
| Binary | 10000101 | 10000100 | 1100010 | 0 | 1 | 11010 | 110000 | 111010 | 1111 | 101101 |
Color Harmonies of #858462
Complementary color
Monochromatic Colors of #858462
Black with #858462
Text Example
Text Example
White with #858462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858462; }
p { color: rgb(133,132,98); }
H1.HeaderClassName
{
color: #858462;
}
.AnyTagClassName
{
color: #858462;
}
</style>
background-color css
<style>
a { background-color: #858462; }
a { background-color: rgb(133,132,98); }
div.DivClassName
{
background-color: #858462;
}
.BgClassName
{
background-color: #858462;
}
</style>
border-color css
<style>
span { border-color: #858462; }
span { border-color: rgb(133,132,98); }
td.TdClassName
{
border-color: #858462;
}
.TagClassName
{
border-color: #858462;
}
</style>