Shades of Bandicoot #828164
Tints of Bandicoot #828164
RGB
CMYK
RGB Variations
Color information
#828164 (or 0x828164) is known color: Bandicoot. HEX triplet: 82, 81 and 64. RGB value is (130,129,100). Sum of RGB (Red+Green+Blue) = 130+129+100=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 130 - color contains mainly: red. Hex color #828164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828164 is #7D7E9B. Grayscale: #7E7E7E. Windows color (decimal): -8224412 or 6586754. OLE color: 6586754.
HSL color Cylindrical-coordinate representation of color #828164: hue angle of 58º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #828164 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 100 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.49 |
| HSL | 58º | 0.13% | 0.45% | - |
| HSV(B) | 58º | 0.23% | 0.51% | - |
| XYZ | 19.36 | 21.37 | 15.16 | - |
| YUV | 125.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 100 | 0 | 0.01 | 0.23 | 0.49 | 58 | 0.13 | 0.45 |
| Hex | 82 | 81 | 64 | 0 | 1 | 17 | 31 | 3A | D | 2D |
| Octal | 202 | 201 | 144 | 0 | 1 | 27 | 61 | 72 | 15 | 55 |
| Binary | 10000010 | 10000001 | 1100100 | 0 | 1 | 10111 | 110001 | 111010 | 1101 | 101101 |
Color Harmonies of #828164
Complementary color
Monochromatic Colors of #828164
Black with #828164
Text Example
Text Example
White with #828164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828164; }
p { color: rgb(130,129,100); }
H1.HeaderClassName
{
color: #828164;
}
.AnyTagClassName
{
color: #828164;
}
</style>
background-color css
<style>
a { background-color: #828164; }
a { background-color: rgb(130,129,100); }
div.DivClassName
{
background-color: #828164;
}
.BgClassName
{
background-color: #828164;
}
</style>
border-color css
<style>
span { border-color: #828164; }
span { border-color: rgb(130,129,100); }
td.TdClassName
{
border-color: #828164;
}
.TagClassName
{
border-color: #828164;
}
</style>