Shades of Bandicoot #84826F
Tints of Bandicoot #84826F
RGB
CMYK
RGB Variations
Color information
#84826F (or 0x84826F) is known color: Bandicoot. HEX triplet: 84, 82 and 6F. RGB value is (132,130,111). Sum of RGB (Red+Green+Blue) = 132+130+111=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 132 - color contains mainly: red. Hex color #84826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84826F is #7B7D90. Grayscale: #808080. Windows color (decimal): -8093073 or 7307908. OLE color: 7307908.
HSL color Cylindrical-coordinate representation of color #84826F: hue angle of 54.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84826F is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 111 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.48 |
| HSL | 54.29º | 0.09% | 0.48% | - |
| HSV(B) | 54.29º | 0.16% | 0.52% | - |
| XYZ | 20.37 | 22.02 | 18.22 | - |
| YUV | 128.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 111 | 0 | 0.02 | 0.16 | 0.48 | 54.29 | 0.09 | 0.48 |
| Hex | 84 | 82 | 6F | 0 | 2 | 10 | 30 | 36 | 9 | 30 |
| Octal | 204 | 202 | 157 | 0 | 2 | 20 | 60 | 66 | 11 | 60 |
| Binary | 10000100 | 10000010 | 1101111 | 0 | 10 | 10000 | 110000 | 110110 | 1001 | 110000 |
Color Harmonies of #84826F
Complementary color
Monochromatic Colors of #84826F
Black with #84826F
Text Example
Text Example
White with #84826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84826F; }
p { color: rgb(132,130,111); }
H1.HeaderClassName
{
color: #84826F;
}
.AnyTagClassName
{
color: #84826F;
}
</style>
background-color css
<style>
a { background-color: #84826F; }
a { background-color: rgb(132,130,111); }
div.DivClassName
{
background-color: #84826F;
}
.BgClassName
{
background-color: #84826F;
}
</style>
border-color css
<style>
span { border-color: #84826F; }
span { border-color: rgb(132,130,111); }
td.TdClassName
{
border-color: #84826F;
}
.TagClassName
{
border-color: #84826F;
}
</style>