Shades of Bandicoot #85825B
Tints of Bandicoot #85825B
RGB
CMYK
RGB Variations
Color information
#85825B (or 0x85825B) is known color: Bandicoot. HEX triplet: 85, 82 and 5B. RGB value is (133,130,91). Sum of RGB (Red+Green+Blue) = 133+130+91=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #85825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85825B is #7A7DA4. Grayscale: #7E7E7E. Windows color (decimal): -8027557 or 5997189. OLE color: 5997189.
HSL color Cylindrical-coordinate representation of color #85825B: hue angle of 55.71º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85825B is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 91 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.48 |
| HSL | 55.71º | 0.19% | 0.44% | - |
| HSV(B) | 55.71º | 0.32% | 0.52% | - |
| XYZ | 19.54 | 21.71 | 13.06 | - |
| YUV | 126.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 91 | 0 | 0.02 | 0.32 | 0.48 | 55.71 | 0.19 | 0.44 |
| Hex | 85 | 82 | 5B | 0 | 2 | 20 | 30 | 38 | 13 | 2C |
| Octal | 205 | 202 | 133 | 0 | 2 | 40 | 60 | 70 | 23 | 54 |
| Binary | 10000101 | 10000010 | 1011011 | 0 | 10 | 100000 | 110000 | 111000 | 10011 | 101100 |
Color Harmonies of #85825B
Complementary color
Monochromatic Colors of #85825B
Black with #85825B
Text Example
Text Example
White with #85825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85825B; }
p { color: rgb(133,130,91); }
H1.HeaderClassName
{
color: #85825B;
}
.AnyTagClassName
{
color: #85825B;
}
</style>
background-color css
<style>
a { background-color: #85825B; }
a { background-color: rgb(133,130,91); }
div.DivClassName
{
background-color: #85825B;
}
.BgClassName
{
background-color: #85825B;
}
</style>
border-color css
<style>
span { border-color: #85825B; }
span { border-color: rgb(133,130,91); }
td.TdClassName
{
border-color: #85825B;
}
.TagClassName
{
border-color: #85825B;
}
</style>