Shades of Bandicoot #85816D
Tints of Bandicoot #85816D
RGB
CMYK
RGB Variations
Color information
#85816D (or 0x85816D) is known color: Bandicoot. HEX triplet: 85, 81 and 6D. RGB value is (133,129,109). Sum of RGB (Red+Green+Blue) = 133+129+109=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #85816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85816D is #7A7E92. Grayscale: #7F7F7F. Windows color (decimal): -8027795 or 7176581. OLE color: 7176581.
HSL color Cylindrical-coordinate representation of color #85816D: hue angle of 50º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85816D is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 129 | 109 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.48 |
| HSL | 50º | 0.1% | 0.47% | - |
| HSV(B) | 50º | 0.18% | 0.52% | - |
| XYZ | 20.28 | 21.79 | 17.61 | - |
| YUV | 127.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 109 | 0 | 0.03 | 0.18 | 0.48 | 50 | 0.1 | 0.47 |
| Hex | 85 | 81 | 6D | 0 | 3 | 12 | 30 | 32 | A | 2F |
| Octal | 205 | 201 | 155 | 0 | 3 | 22 | 60 | 62 | 12 | 57 |
| Binary | 10000101 | 10000001 | 1101101 | 0 | 11 | 10010 | 110000 | 110010 | 1010 | 101111 |
Color Harmonies of #85816D
Complementary color
Monochromatic Colors of #85816D
Black with #85816D
Text Example
Text Example
White with #85816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85816D; }
p { color: rgb(133,129,109); }
H1.HeaderClassName
{
color: #85816D;
}
.AnyTagClassName
{
color: #85816D;
}
</style>
background-color css
<style>
a { background-color: #85816D; }
a { background-color: rgb(133,129,109); }
div.DivClassName
{
background-color: #85816D;
}
.BgClassName
{
background-color: #85816D;
}
</style>
border-color css
<style>
span { border-color: #85816D; }
span { border-color: rgb(133,129,109); }
td.TdClassName
{
border-color: #85816D;
}
.TagClassName
{
border-color: #85816D;
}
</style>