Shades of Bandicoot #85826E
Tints of Bandicoot #85826E
RGB
CMYK
RGB Variations
Color information
#85826E (or 0x85826E) is known color: Bandicoot. HEX triplet: 85, 82 and 6E. RGB value is (133,130,110). Sum of RGB (Red+Green+Blue) = 133+130+110=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 133 - color contains mainly: red. Hex color #85826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85826E is #7A7D91. Grayscale: #808080. Windows color (decimal): -8027538 or 7242373. OLE color: 7242373.
HSL color Cylindrical-coordinate representation of color #85826E: hue angle of 52.17º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85826E is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 110 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.48 |
| HSL | 52.17º | 0.09% | 0.48% | - |
| HSV(B) | 52.17º | 0.17% | 0.52% | - |
| XYZ | 20.47 | 22.08 | 17.93 | - |
| YUV | 128.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 110 | 0 | 0.02 | 0.17 | 0.48 | 52.17 | 0.09 | 0.48 |
| Hex | 85 | 82 | 6E | 0 | 2 | 11 | 30 | 34 | 9 | 30 |
| Octal | 205 | 202 | 156 | 0 | 2 | 21 | 60 | 64 | 11 | 60 |
| Binary | 10000101 | 10000010 | 1101110 | 0 | 10 | 10001 | 110000 | 110100 | 1001 | 110000 |
Color Harmonies of #85826E
Complementary color
Monochromatic Colors of #85826E
Black with #85826E
Text Example
Text Example
White with #85826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85826E; }
p { color: rgb(133,130,110); }
H1.HeaderClassName
{
color: #85826E;
}
.AnyTagClassName
{
color: #85826E;
}
</style>
background-color css
<style>
a { background-color: #85826E; }
a { background-color: rgb(133,130,110); }
div.DivClassName
{
background-color: #85826E;
}
.BgClassName
{
background-color: #85826E;
}
</style>
border-color css
<style>
span { border-color: #85826E; }
span { border-color: rgb(133,130,110); }
td.TdClassName
{
border-color: #85826E;
}
.TagClassName
{
border-color: #85826E;
}
</style>