Shades of Bandicoot #84835B
Tints of Bandicoot #84835B
RGB
CMYK
RGB Variations
Color information
#84835B (or 0x84835B) is known color: Bandicoot. HEX triplet: 84, 83 and 5B. RGB value is (132,131,91). Sum of RGB (Red+Green+Blue) = 132+131+91=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #84835B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84835B is #7B7CA4. Grayscale: #7E7E7E. Windows color (decimal): -8092837 or 5997444. OLE color: 5997444.
HSL color Cylindrical-coordinate representation of color #84835B: hue angle of 58.54º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84835B is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 131 | 91 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.48 |
| HSL | 58.54º | 0.18% | 0.44% | - |
| HSV(B) | 58.54º | 0.31% | 0.52% | - |
| XYZ | 19.52 | 21.89 | 13.09 | - |
| YUV | 126.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 91 | 0 | 0.01 | 0.31 | 0.48 | 58.54 | 0.18 | 0.44 |
| Hex | 84 | 83 | 5B | 0 | 1 | 1F | 30 | 3B | 12 | 2C |
| Octal | 204 | 203 | 133 | 0 | 1 | 37 | 60 | 73 | 22 | 54 |
| Binary | 10000100 | 10000011 | 1011011 | 0 | 1 | 11111 | 110000 | 111011 | 10010 | 101100 |
Color Harmonies of #84835B
Complementary color
Monochromatic Colors of #84835B
Black with #84835B
Text Example
Text Example
White with #84835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84835B; }
p { color: rgb(132,131,91); }
H1.HeaderClassName
{
color: #84835B;
}
.AnyTagClassName
{
color: #84835B;
}
</style>
background-color css
<style>
a { background-color: #84835B; }
a { background-color: rgb(132,131,91); }
div.DivClassName
{
background-color: #84835B;
}
.BgClassName
{
background-color: #84835B;
}
</style>
border-color css
<style>
span { border-color: #84835B; }
span { border-color: rgb(132,131,91); }
td.TdClassName
{
border-color: #84835B;
}
.TagClassName
{
border-color: #84835B;
}
</style>