Shades of Bandicoot #828163
Tints of Bandicoot #828163
RGB
CMYK
RGB Variations
Color information
#828163 (or 0x828163) is known color: Bandicoot. HEX triplet: 82, 81 and 63. RGB value is (130,129,99). Sum of RGB (Red+Green+Blue) = 130+129+99=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #828163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828163 is #7D7E9C. Grayscale: #7E7E7E. Windows color (decimal): -8224413 or 6521218. OLE color: 6521218.
HSL color Cylindrical-coordinate representation of color #828163: hue angle of 58.06º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #828163 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 99 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.49 |
| HSL | 58.06º | 0.14% | 0.45% | - |
| HSV(B) | 58.06º | 0.24% | 0.51% | - |
| XYZ | 19.31 | 21.35 | 14.91 | - |
| YUV | 125.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 99 | 0 | 0.01 | 0.24 | 0.49 | 58.06 | 0.14 | 0.45 |
| Hex | 82 | 81 | 63 | 0 | 1 | 18 | 31 | 3A | E | 2D |
| Octal | 202 | 201 | 143 | 0 | 1 | 30 | 61 | 72 | 16 | 55 |
| Binary | 10000010 | 10000001 | 1100011 | 0 | 1 | 11000 | 110001 | 111010 | 1110 | 101101 |
Color Harmonies of #828163
Complementary color
Monochromatic Colors of #828163
Black with #828163
Text Example
Text Example
White with #828163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828163; }
p { color: rgb(130,129,99); }
H1.HeaderClassName
{
color: #828163;
}
.AnyTagClassName
{
color: #828163;
}
</style>
background-color css
<style>
a { background-color: #828163; }
a { background-color: rgb(130,129,99); }
div.DivClassName
{
background-color: #828163;
}
.BgClassName
{
background-color: #828163;
}
</style>
border-color css
<style>
span { border-color: #828163; }
span { border-color: rgb(130,129,99); }
td.TdClassName
{
border-color: #828163;
}
.TagClassName
{
border-color: #828163;
}
</style>