Shades of Bandicoot #827E61
Tints of Bandicoot #827E61
RGB
CMYK
RGB Variations
Color information
#827E61 (or 0x827E61) is known color: Bandicoot. HEX triplet: 82, 7E and 61. RGB value is (130,126,97). Sum of RGB (Red+Green+Blue) = 130+126+97=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #827E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E61 is #7D819E. Grayscale: #7C7C7C. Windows color (decimal): -8225183 or 6389378. OLE color: 6389378.
HSL color Cylindrical-coordinate representation of color #827E61: hue angle of 52.73º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #827E61 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 97 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.49 |
| HSL | 52.73º | 0.15% | 0.45% | - |
| HSV(B) | 52.73º | 0.25% | 0.51% | - |
| XYZ | 18.82 | 20.53 | 14.28 | - |
| YUV | 123.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 97 | 0 | 0.03 | 0.25 | 0.49 | 52.73 | 0.15 | 0.45 |
| Hex | 82 | 7E | 61 | 0 | 3 | 19 | 31 | 35 | F | 2D |
| Octal | 202 | 176 | 141 | 0 | 3 | 31 | 61 | 65 | 17 | 55 |
| Binary | 10000010 | 1111110 | 1100001 | 0 | 11 | 11001 | 110001 | 110101 | 1111 | 101101 |
Color Harmonies of #827E61
Complementary color
Monochromatic Colors of #827E61
Black with #827E61
Text Example
Text Example
White with #827E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E61; }
p { color: rgb(130,126,97); }
H1.HeaderClassName
{
color: #827E61;
}
.AnyTagClassName
{
color: #827E61;
}
</style>
background-color css
<style>
a { background-color: #827E61; }
a { background-color: rgb(130,126,97); }
div.DivClassName
{
background-color: #827E61;
}
.BgClassName
{
background-color: #827E61;
}
</style>
border-color css
<style>
span { border-color: #827E61; }
span { border-color: rgb(130,126,97); }
td.TdClassName
{
border-color: #827E61;
}
.TagClassName
{
border-color: #827E61;
}
</style>