Shades of Bandicoot #84855E
Tints of Bandicoot #84855E
RGB
CMYK
RGB Variations
Color information
#84855E (or 0x84855E) is known color: Bandicoot. HEX triplet: 84, 85 and 5E. RGB value is (132,133,94). Sum of RGB (Red+Green+Blue) = 132+133+94=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #84855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84855E is #7B7AA1. Grayscale: #808080. Windows color (decimal): -8092322 or 6194564. OLE color: 6194564.
HSL color Cylindrical-coordinate representation of color #84855E: hue angle of 61.54º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84855E is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 133 | 94 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.48 |
| HSL | 61.54º | 0.17% | 0.45% | - |
| HSV(B) | 61.54º | 0.29% | 0.52% | - |
| XYZ | 19.92 | 22.49 | 13.88 | - |
| YUV | 128.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 94 | 0.01 | 0 | 0.29 | 0.48 | 61.54 | 0.17 | 0.45 |
| Hex | 84 | 85 | 5E | 1 | 0 | 1D | 30 | 3E | 11 | 2D |
| Octal | 204 | 205 | 136 | 1 | 0 | 35 | 60 | 76 | 21 | 55 |
| Binary | 10000100 | 10000101 | 1011110 | 1 | 0 | 11101 | 110000 | 111110 | 10001 | 101101 |
Color Harmonies of #84855E
Complementary color
Monochromatic Colors of #84855E
Black with #84855E
Text Example
Text Example
White with #84855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84855E; }
p { color: rgb(132,133,94); }
H1.HeaderClassName
{
color: #84855E;
}
.AnyTagClassName
{
color: #84855E;
}
</style>
background-color css
<style>
a { background-color: #84855E; }
a { background-color: rgb(132,133,94); }
div.DivClassName
{
background-color: #84855E;
}
.BgClassName
{
background-color: #84855E;
}
</style>
border-color css
<style>
span { border-color: #84855E; }
span { border-color: rgb(132,133,94); }
td.TdClassName
{
border-color: #84855E;
}
.TagClassName
{
border-color: #84855E;
}
</style>