Shades of Bandicoot #82805F
Tints of Bandicoot #82805F
RGB
CMYK
RGB Variations
Color information
#82805F (or 0x82805F) is known color: Bandicoot. HEX triplet: 82, 80 and 5F. RGB value is (130,128,95). Sum of RGB (Red+Green+Blue) = 130+128+95=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #82805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82805F is #7D7FA0. Grayscale: #7C7C7C. Windows color (decimal): -8224673 or 6258818. OLE color: 6258818.
HSL color Cylindrical-coordinate representation of color #82805F: hue angle of 56.57º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82805F is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 95 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.49 |
| HSL | 56.57º | 0.16% | 0.44% | - |
| HSV(B) | 56.57º | 0.27% | 0.51% | - |
| XYZ | 18.99 | 21.01 | 13.88 | - |
| YUV | 124.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 95 | 0 | 0.02 | 0.27 | 0.49 | 56.57 | 0.16 | 0.44 |
| Hex | 82 | 80 | 5F | 0 | 2 | 1B | 31 | 39 | 10 | 2C |
| Octal | 202 | 200 | 137 | 0 | 2 | 33 | 61 | 71 | 20 | 54 |
| Binary | 10000010 | 10000000 | 1011111 | 0 | 10 | 11011 | 110001 | 111001 | 10000 | 101100 |
Color Harmonies of #82805F
Complementary color
Monochromatic Colors of #82805F
Black with #82805F
Text Example
Text Example
White with #82805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82805F; }
p { color: rgb(130,128,95); }
H1.HeaderClassName
{
color: #82805F;
}
.AnyTagClassName
{
color: #82805F;
}
</style>
background-color css
<style>
a { background-color: #82805F; }
a { background-color: rgb(130,128,95); }
div.DivClassName
{
background-color: #82805F;
}
.BgClassName
{
background-color: #82805F;
}
</style>
border-color css
<style>
span { border-color: #82805F; }
span { border-color: rgb(130,128,95); }
td.TdClassName
{
border-color: #82805F;
}
.TagClassName
{
border-color: #82805F;
}
</style>