Shades of Bandicoot #827E63
Tints of Bandicoot #827E63
RGB
CMYK
RGB Variations
Color information
#827E63 (or 0x827E63) is known color: Bandicoot. HEX triplet: 82, 7E and 63. RGB value is (130,126,99). Sum of RGB (Red+Green+Blue) = 130+126+99=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #827E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E63 is #7D819C. Grayscale: #7C7C7C. Windows color (decimal): -8225181 or 6520450. OLE color: 6520450.
HSL color Cylindrical-coordinate representation of color #827E63: hue angle of 52.26º 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 #827E63 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 99 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.49 |
| HSL | 52.26º | 0.14% | 0.45% | - |
| HSV(B) | 52.26º | 0.24% | 0.51% | - |
| XYZ | 18.92 | 20.57 | 14.78 | - |
| YUV | 124.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 99 | 0 | 0.03 | 0.24 | 0.49 | 52.26 | 0.14 | 0.45 |
| Hex | 82 | 7E | 63 | 0 | 3 | 18 | 31 | 34 | E | 2D |
| Octal | 202 | 176 | 143 | 0 | 3 | 30 | 61 | 64 | 16 | 55 |
| Binary | 10000010 | 1111110 | 1100011 | 0 | 11 | 11000 | 110001 | 110100 | 1110 | 101101 |
Color Harmonies of #827E63
Complementary color
Monochromatic Colors of #827E63
Black with #827E63
Text Example
Text Example
White with #827E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E63; }
p { color: rgb(130,126,99); }
H1.HeaderClassName
{
color: #827E63;
}
.AnyTagClassName
{
color: #827E63;
}
</style>
background-color css
<style>
a { background-color: #827E63; }
a { background-color: rgb(130,126,99); }
div.DivClassName
{
background-color: #827E63;
}
.BgClassName
{
background-color: #827E63;
}
</style>
border-color css
<style>
span { border-color: #827E63; }
span { border-color: rgb(130,126,99); }
td.TdClassName
{
border-color: #827E63;
}
.TagClassName
{
border-color: #827E63;
}
</style>