Shades of Bandicoot #828063
Tints of Bandicoot #828063
RGB
CMYK
RGB Variations
Color information
#828063 (or 0x828063) is known color: Bandicoot. HEX triplet: 82, 80 and 63. RGB value is (130,128,99). Sum of RGB (Red+Green+Blue) = 130+128+99=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 130 - color contains mainly: red. Hex color #828063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828063 is #7D7F9C. Grayscale: #7D7D7D. Windows color (decimal): -8224669 or 6520962. OLE color: 6520962.
HSL color Cylindrical-coordinate representation of color #828063: hue angle of 56.13º 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 #828063 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 99 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.49 |
| HSL | 56.13º | 0.14% | 0.45% | - |
| HSV(B) | 56.13º | 0.24% | 0.51% | - |
| XYZ | 19.18 | 21.09 | 14.86 | - |
| YUV | 125.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 99 | 0 | 0.02 | 0.24 | 0.49 | 56.13 | 0.14 | 0.45 |
| Hex | 82 | 80 | 63 | 0 | 2 | 18 | 31 | 38 | E | 2D |
| Octal | 202 | 200 | 143 | 0 | 2 | 30 | 61 | 70 | 16 | 55 |
| Binary | 10000010 | 10000000 | 1100011 | 0 | 10 | 11000 | 110001 | 111000 | 1110 | 101101 |
Color Harmonies of #828063
Complementary color
Monochromatic Colors of #828063
Black with #828063
Text Example
Text Example
White with #828063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828063; }
p { color: rgb(130,128,99); }
H1.HeaderClassName
{
color: #828063;
}
.AnyTagClassName
{
color: #828063;
}
</style>
background-color css
<style>
a { background-color: #828063; }
a { background-color: rgb(130,128,99); }
div.DivClassName
{
background-color: #828063;
}
.BgClassName
{
background-color: #828063;
}
</style>
border-color css
<style>
span { border-color: #828063; }
span { border-color: rgb(130,128,99); }
td.TdClassName
{
border-color: #828063;
}
.TagClassName
{
border-color: #828063;
}
</style>