Shades of Bandicoot #84845D
Tints of Bandicoot #84845D
RGB
CMYK
RGB Variations
Color information
#84845D (or 0x84845D) is known color: Bandicoot. HEX triplet: 84, 84 and 5D. RGB value is (132,132,93). Sum of RGB (Red+Green+Blue) = 132+132+93=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84845D is #7B7BA2. Grayscale: #7F7F7F. Windows color (decimal): -8092579 or 6128772. OLE color: 6128772.
HSL color Cylindrical-coordinate representation of color #84845D: hue angle of 60º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84845D is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 132 | 93 | - |
| CMYK | 0 | 0 | 0.30 | 0.48 |
| HSL | 60º | 0.17% | 0.44% | - |
| HSV(B) | 60º | 0.3% | 0.52% | - |
| XYZ | 19.74 | 22.2 | 13.6 | - |
| YUV | 127.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 93 | 0 | 0 | 0.30 | 0.48 | 60 | 0.17 | 0.44 |
| Hex | 84 | 84 | 5D | 0 | 0 | 1E | 30 | 3C | 11 | 2C |
| Octal | 204 | 204 | 135 | 0 | 0 | 36 | 60 | 74 | 21 | 54 |
| Binary | 10000100 | 10000100 | 1011101 | 0 | 0 | 11110 | 110000 | 111100 | 10001 | 101100 |
Color Harmonies of #84845D
Complementary color
Monochromatic Colors of #84845D
Black with #84845D
Text Example
Text Example
White with #84845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84845D; }
p { color: rgb(132,132,93); }
H1.HeaderClassName
{
color: #84845D;
}
.AnyTagClassName
{
color: #84845D;
}
</style>
background-color css
<style>
a { background-color: #84845D; }
a { background-color: rgb(132,132,93); }
div.DivClassName
{
background-color: #84845D;
}
.BgClassName
{
background-color: #84845D;
}
</style>
border-color css
<style>
span { border-color: #84845D; }
span { border-color: rgb(132,132,93); }
td.TdClassName
{
border-color: #84845D;
}
.TagClassName
{
border-color: #84845D;
}
</style>