Shades of Bandicoot #82845E
Tints of Bandicoot #82845E
RGB
CMYK
RGB Variations
Color information
#82845E (or 0x82845E) is known color: Bandicoot. HEX triplet: 82, 84 and 5E. RGB value is (130,132,94). Sum of RGB (Red+Green+Blue) = 130+132+94=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #82845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82845E is #7D7BA1. Grayscale: #7F7F7F. Windows color (decimal): -8223650 or 6194306. OLE color: 6194306.
HSL color Cylindrical-coordinate representation of color #82845E: hue angle of 63.16º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82845E is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 132 | 94 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.48 |
| HSL | 63.16º | 0.17% | 0.44% | - |
| HSV(B) | 63.16º | 0.29% | 0.52% | - |
| XYZ | 19.48 | 22.06 | 13.82 | - |
| YUV | 127.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 94 | 0.02 | 0 | 0.29 | 0.48 | 63.16 | 0.17 | 0.44 |
| Hex | 82 | 84 | 5E | 2 | 0 | 1D | 30 | 3F | 11 | 2C |
| Octal | 202 | 204 | 136 | 2 | 0 | 35 | 60 | 77 | 21 | 54 |
| Binary | 10000010 | 10000100 | 1011110 | 10 | 0 | 11101 | 110000 | 111111 | 10001 | 101100 |
Color Harmonies of #82845E
Complementary color
Monochromatic Colors of #82845E
Black with #82845E
Text Example
Text Example
White with #82845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82845E; }
p { color: rgb(130,132,94); }
H1.HeaderClassName
{
color: #82845E;
}
.AnyTagClassName
{
color: #82845E;
}
</style>
background-color css
<style>
a { background-color: #82845E; }
a { background-color: rgb(130,132,94); }
div.DivClassName
{
background-color: #82845E;
}
.BgClassName
{
background-color: #82845E;
}
</style>
border-color css
<style>
span { border-color: #82845E; }
span { border-color: rgb(130,132,94); }
td.TdClassName
{
border-color: #82845E;
}
.TagClassName
{
border-color: #82845E;
}
</style>