Shades of Bandicoot #82825F
Tints of Bandicoot #82825F
RGB
CMYK
RGB Variations
Color information
#82825F (or 0x82825F) is known color: Bandicoot. HEX triplet: 82, 82 and 5F. RGB value is (130,130,95). Sum of RGB (Red+Green+Blue) = 130+130+95=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82825F is #7D7DA0. Grayscale: #7E7E7E. Windows color (decimal): -8224161 or 6259330. OLE color: 6259330.
HSL color Cylindrical-coordinate representation of color #82825F: hue angle of 60º 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 #82825F is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 130 | 95 | - |
| CMYK | 0 | 0 | 0.27 | 0.49 |
| HSL | 60º | 0.16% | 0.44% | - |
| HSV(B) | 60º | 0.27% | 0.51% | - |
| XYZ | 19.25 | 21.54 | 13.97 | - |
| YUV | 126.01 | 110.5 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 95 | 0 | 0 | 0.27 | 0.49 | 60 | 0.16 | 0.44 |
| Hex | 82 | 82 | 5F | 0 | 0 | 1B | 31 | 3C | 10 | 2C |
| Octal | 202 | 202 | 137 | 0 | 0 | 33 | 61 | 74 | 20 | 54 |
| Binary | 10000010 | 10000010 | 1011111 | 0 | 0 | 11011 | 110001 | 111100 | 10000 | 101100 |
Color Harmonies of #82825F
Complementary color
Monochromatic Colors of #82825F
Black with #82825F
Text Example
Text Example
White with #82825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82825F; }
p { color: rgb(130,130,95); }
H1.HeaderClassName
{
color: #82825F;
}
.AnyTagClassName
{
color: #82825F;
}
</style>
background-color css
<style>
a { background-color: #82825F; }
a { background-color: rgb(130,130,95); }
div.DivClassName
{
background-color: #82825F;
}
.BgClassName
{
background-color: #82825F;
}
</style>
border-color css
<style>
span { border-color: #82825F; }
span { border-color: rgb(130,130,95); }
td.TdClassName
{
border-color: #82825F;
}
.TagClassName
{
border-color: #82825F;
}
</style>