Shades of Bandicoot #828165
Tints of Bandicoot #828165
RGB
CMYK
RGB Variations
Color information
#828165 (or 0x828165) is known color: Bandicoot. HEX triplet: 82, 81 and 65. RGB value is (130,129,101). Sum of RGB (Red+Green+Blue) = 130+129+101=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 130 - color contains mainly: red. Hex color #828165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828165 is #7D7E9A. Grayscale: #7E7E7E. Windows color (decimal): -8224411 or 6652290. OLE color: 6652290.
HSL color Cylindrical-coordinate representation of color #828165: hue angle of 57.93º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #828165 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 101 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.49 |
| HSL | 57.93º | 0.13% | 0.45% | - |
| HSV(B) | 57.93º | 0.22% | 0.51% | - |
| XYZ | 19.41 | 21.39 | 15.42 | - |
| YUV | 126.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 101 | 0 | 0.01 | 0.22 | 0.49 | 57.93 | 0.13 | 0.45 |
| Hex | 82 | 81 | 65 | 0 | 1 | 16 | 31 | 3A | D | 2D |
| Octal | 202 | 201 | 145 | 0 | 1 | 26 | 61 | 72 | 15 | 55 |
| Binary | 10000010 | 10000001 | 1100101 | 0 | 1 | 10110 | 110001 | 111010 | 1101 | 101101 |
Color Harmonies of #828165
Complementary color
Monochromatic Colors of #828165
Black with #828165
Text Example
Text Example
White with #828165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828165; }
p { color: rgb(130,129,101); }
H1.HeaderClassName
{
color: #828165;
}
.AnyTagClassName
{
color: #828165;
}
</style>
background-color css
<style>
a { background-color: #828165; }
a { background-color: rgb(130,129,101); }
div.DivClassName
{
background-color: #828165;
}
.BgClassName
{
background-color: #828165;
}
</style>
border-color css
<style>
span { border-color: #828165; }
span { border-color: rgb(130,129,101); }
td.TdClassName
{
border-color: #828165;
}
.TagClassName
{
border-color: #828165;
}
</style>