Shades of Bandicoot #84805C
Tints of Bandicoot #84805C
RGB
CMYK
RGB Variations
Color information
#84805C (or 0x84805C) is known color: Bandicoot. HEX triplet: 84, 80 and 5C. RGB value is (132,128,92). Sum of RGB (Red+Green+Blue) = 132+128+92=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #84805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84805C is #7B7FA3. Grayscale: #7D7D7D. Windows color (decimal): -8093604 or 6062212. OLE color: 6062212.
HSL color Cylindrical-coordinate representation of color #84805C: hue angle of 54º degrees, saturation: 0.18, 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 #84805C is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 92 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.48 |
| HSL | 54º | 0.18% | 0.44% | - |
| HSV(B) | 54º | 0.3% | 0.52% | - |
| XYZ | 19.17 | 21.12 | 13.19 | - |
| YUV | 125.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 92 | 0 | 0.03 | 0.30 | 0.48 | 54 | 0.18 | 0.44 |
| Hex | 84 | 80 | 5C | 0 | 3 | 1E | 30 | 36 | 12 | 2C |
| Octal | 204 | 200 | 134 | 0 | 3 | 36 | 60 | 66 | 22 | 54 |
| Binary | 10000100 | 10000000 | 1011100 | 0 | 11 | 11110 | 110000 | 110110 | 10010 | 101100 |
Color Harmonies of #84805C
Complementary color
Monochromatic Colors of #84805C
Black with #84805C
Text Example
Text Example
White with #84805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84805C; }
p { color: rgb(132,128,92); }
H1.HeaderClassName
{
color: #84805C;
}
.AnyTagClassName
{
color: #84805C;
}
</style>
background-color css
<style>
a { background-color: #84805C; }
a { background-color: rgb(132,128,92); }
div.DivClassName
{
background-color: #84805C;
}
.BgClassName
{
background-color: #84805C;
}
</style>
border-color css
<style>
span { border-color: #84805C; }
span { border-color: rgb(132,128,92); }
td.TdClassName
{
border-color: #84805C;
}
.TagClassName
{
border-color: #84805C;
}
</style>