Shades of Bandicoot #84805D
Tints of Bandicoot #84805D
RGB
CMYK
RGB Variations
Color information
#84805D (or 0x84805D) is known color: Bandicoot. HEX triplet: 84, 80 and 5D. RGB value is (132,128,93). Sum of RGB (Red+Green+Blue) = 132+128+93=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #84805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84805D is #7B7FA2. Grayscale: #7D7D7D. Windows color (decimal): -8093603 or 6127748. OLE color: 6127748.
HSL color Cylindrical-coordinate representation of color #84805D: hue angle of 53.85º 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 #84805D is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 93 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.48 |
| HSL | 53.85º | 0.17% | 0.44% | - |
| HSV(B) | 53.85º | 0.3% | 0.52% | - |
| XYZ | 19.21 | 21.13 | 13.42 | - |
| YUV | 125.21 | 109.83 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 93 | 0 | 0.03 | 0.30 | 0.48 | 53.85 | 0.17 | 0.44 |
| Hex | 84 | 80 | 5D | 0 | 3 | 1E | 30 | 36 | 11 | 2C |
| Octal | 204 | 200 | 135 | 0 | 3 | 36 | 60 | 66 | 21 | 54 |
| Binary | 10000100 | 10000000 | 1011101 | 0 | 11 | 11110 | 110000 | 110110 | 10001 | 101100 |
Color Harmonies of #84805D
Complementary color
Monochromatic Colors of #84805D
Black with #84805D
Text Example
Text Example
White with #84805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84805D; }
p { color: rgb(132,128,93); }
H1.HeaderClassName
{
color: #84805D;
}
.AnyTagClassName
{
color: #84805D;
}
</style>
background-color css
<style>
a { background-color: #84805D; }
a { background-color: rgb(132,128,93); }
div.DivClassName
{
background-color: #84805D;
}
.BgClassName
{
background-color: #84805D;
}
</style>
border-color css
<style>
span { border-color: #84805D; }
span { border-color: rgb(132,128,93); }
td.TdClassName
{
border-color: #84805D;
}
.TagClassName
{
border-color: #84805D;
}
</style>