Shades of Bandicoot #81825D
Tints of Bandicoot #81825D
RGB
CMYK
RGB Variations
Color information
#81825D (or 0x81825D) is known color: Bandicoot. HEX triplet: 81, 82 and 5D. RGB value is (129,130,93). Sum of RGB (Red+Green+Blue) = 129+130+93=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 130 - color contains mainly: green. Hex color #81825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81825D is #7E7DA2. Grayscale: #7D7D7D. Windows color (decimal): -8289699 or 6128257. OLE color: 6128257.
HSL color Cylindrical-coordinate representation of color #81825D: hue angle of 61.62º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81825D is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 93 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.49 |
| HSL | 61.62º | 0.17% | 0.44% | - |
| HSV(B) | 61.62º | 0.28% | 0.51% | - |
| XYZ | 19.01 | 21.42 | 13.49 | - |
| YUV | 125.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 93 | 0.01 | 0 | 0.28 | 0.49 | 61.62 | 0.17 | 0.44 |
| Hex | 81 | 82 | 5D | 1 | 0 | 1C | 31 | 3E | 11 | 2C |
| Octal | 201 | 202 | 135 | 1 | 0 | 34 | 61 | 76 | 21 | 54 |
| Binary | 10000001 | 10000010 | 1011101 | 1 | 0 | 11100 | 110001 | 111110 | 10001 | 101100 |
Color Harmonies of #81825D
Complementary color
Monochromatic Colors of #81825D
Black with #81825D
Text Example
Text Example
White with #81825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81825D; }
p { color: rgb(129,130,93); }
H1.HeaderClassName
{
color: #81825D;
}
.AnyTagClassName
{
color: #81825D;
}
</style>
background-color css
<style>
a { background-color: #81825D; }
a { background-color: rgb(129,130,93); }
div.DivClassName
{
background-color: #81825D;
}
.BgClassName
{
background-color: #81825D;
}
</style>
border-color css
<style>
span { border-color: #81825D; }
span { border-color: rgb(129,130,93); }
td.TdClassName
{
border-color: #81825D;
}
.TagClassName
{
border-color: #81825D;
}
</style>