Shades of Bandicoot #84826D
Tints of Bandicoot #84826D
RGB
CMYK
RGB Variations
Color information
#84826D (or 0x84826D) is known color: Bandicoot. HEX triplet: 84, 82 and 6D. RGB value is (132,130,109). Sum of RGB (Red+Green+Blue) = 132+130+109=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 132 - color contains mainly: red. Hex color #84826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84826D is #7B7D92. Grayscale: #808080. Windows color (decimal): -8093075 or 7176836. OLE color: 7176836.
HSL color Cylindrical-coordinate representation of color #84826D: hue angle of 54.78º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84826D is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 109 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.48 |
| HSL | 54.78º | 0.1% | 0.47% | - |
| HSV(B) | 54.78º | 0.17% | 0.52% | - |
| XYZ | 20.26 | 21.97 | 17.64 | - |
| YUV | 128.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 109 | 0 | 0.02 | 0.17 | 0.48 | 54.78 | 0.1 | 0.47 |
| Hex | 84 | 82 | 6D | 0 | 2 | 11 | 30 | 37 | A | 2F |
| Octal | 204 | 202 | 155 | 0 | 2 | 21 | 60 | 67 | 12 | 57 |
| Binary | 10000100 | 10000010 | 1101101 | 0 | 10 | 10001 | 110000 | 110111 | 1010 | 101111 |
Color Harmonies of #84826D
Complementary color
Monochromatic Colors of #84826D
Black with #84826D
Text Example
Text Example
White with #84826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84826D; }
p { color: rgb(132,130,109); }
H1.HeaderClassName
{
color: #84826D;
}
.AnyTagClassName
{
color: #84826D;
}
</style>
background-color css
<style>
a { background-color: #84826D; }
a { background-color: rgb(132,130,109); }
div.DivClassName
{
background-color: #84826D;
}
.BgClassName
{
background-color: #84826D;
}
</style>
border-color css
<style>
span { border-color: #84826D; }
span { border-color: rgb(132,130,109); }
td.TdClassName
{
border-color: #84826D;
}
.TagClassName
{
border-color: #84826D;
}
</style>