Shades of Bandicoot #858062
Tints of Bandicoot #858062
RGB
CMYK
RGB Variations
Color information
#858062 (or 0x858062) is known color: Bandicoot. HEX triplet: 85, 80 and 62. RGB value is (133,128,98). Sum of RGB (Red+Green+Blue) = 133+128+98=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #858062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858062 is #7A7F9D. Grayscale: #7E7E7E. Windows color (decimal): -8028062 or 6455429. OLE color: 6455429.
HSL color Cylindrical-coordinate representation of color #858062: hue angle of 51.43º 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 #858062 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 98 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.48 |
| HSL | 51.43º | 0.15% | 0.45% | - |
| HSV(B) | 51.43º | 0.26% | 0.52% | - |
| XYZ | 19.6 | 21.31 | 14.64 | - |
| YUV | 126.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 98 | 0 | 0.04 | 0.26 | 0.48 | 51.43 | 0.15 | 0.45 |
| Hex | 85 | 80 | 62 | 0 | 4 | 1A | 30 | 33 | F | 2D |
| Octal | 205 | 200 | 142 | 0 | 4 | 32 | 60 | 63 | 17 | 55 |
| Binary | 10000101 | 10000000 | 1100010 | 0 | 100 | 11010 | 110000 | 110011 | 1111 | 101101 |
Color Harmonies of #858062
Complementary color
Monochromatic Colors of #858062
Black with #858062
Text Example
Text Example
White with #858062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858062; }
p { color: rgb(133,128,98); }
H1.HeaderClassName
{
color: #858062;
}
.AnyTagClassName
{
color: #858062;
}
</style>
background-color css
<style>
a { background-color: #858062; }
a { background-color: rgb(133,128,98); }
div.DivClassName
{
background-color: #858062;
}
.BgClassName
{
background-color: #858062;
}
</style>
border-color css
<style>
span { border-color: #858062; }
span { border-color: rgb(133,128,98); }
td.TdClassName
{
border-color: #858062;
}
.TagClassName
{
border-color: #858062;
}
</style>