Shades of Bandicoot #84845C
Tints of Bandicoot #84845C
RGB
CMYK
RGB Variations
Color information
#84845C (or 0x84845C) is known color: Bandicoot. HEX triplet: 84, 84 and 5C. RGB value is (132,132,92). Sum of RGB (Red+Green+Blue) = 132+132+92=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84845C is #7B7BA3. Grayscale: #7F7F7F. Windows color (decimal): -8092580 or 6063236. OLE color: 6063236.
HSL color Cylindrical-coordinate representation of color #84845C: hue angle of 60º 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 #84845C is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 132 | 92 | - |
| CMYK | 0 | 0 | 0.30 | 0.48 |
| HSL | 60º | 0.18% | 0.44% | - |
| HSV(B) | 60º | 0.3% | 0.52% | - |
| XYZ | 19.7 | 22.18 | 13.37 | - |
| YUV | 127.44 | 108 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 92 | 0 | 0 | 0.30 | 0.48 | 60 | 0.18 | 0.44 |
| Hex | 84 | 84 | 5C | 0 | 0 | 1E | 30 | 3C | 12 | 2C |
| Octal | 204 | 204 | 134 | 0 | 0 | 36 | 60 | 74 | 22 | 54 |
| Binary | 10000100 | 10000100 | 1011100 | 0 | 0 | 11110 | 110000 | 111100 | 10010 | 101100 |
Color Harmonies of #84845C
Complementary color
Monochromatic Colors of #84845C
Black with #84845C
Text Example
Text Example
White with #84845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84845C; }
p { color: rgb(132,132,92); }
H1.HeaderClassName
{
color: #84845C;
}
.AnyTagClassName
{
color: #84845C;
}
</style>
background-color css
<style>
a { background-color: #84845C; }
a { background-color: rgb(132,132,92); }
div.DivClassName
{
background-color: #84845C;
}
.BgClassName
{
background-color: #84845C;
}
</style>
border-color css
<style>
span { border-color: #84845C; }
span { border-color: rgb(132,132,92); }
td.TdClassName
{
border-color: #84845C;
}
.TagClassName
{
border-color: #84845C;
}
</style>