Shades of Bandicoot #83865B
Tints of Bandicoot #83865B
RGB
CMYK
RGB Variations
Color information
#83865B (or 0x83865B) is known color: Bandicoot. HEX triplet: 83, 86 and 5B. RGB value is (131,134,91). Sum of RGB (Red+Green+Blue) = 131+134+91=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #83865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83865B is #7C79A4. Grayscale: #808080. Windows color (decimal): -8157605 or 5998211. OLE color: 5998211.
HSL color Cylindrical-coordinate representation of color #83865B: hue angle of 64.19º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83865B is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 134 | 91 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.47 |
| HSL | 64.19º | 0.19% | 0.44% | - |
| HSV(B) | 64.19º | 0.32% | 0.53% | - |
| XYZ | 19.77 | 22.63 | 13.22 | - |
| YUV | 128.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 91 | 0.02 | 0 | 0.32 | 0.47 | 64.19 | 0.19 | 0.44 |
| Hex | 83 | 86 | 5B | 2 | 0 | 20 | 2F | 40 | 13 | 2C |
| Octal | 203 | 206 | 133 | 2 | 0 | 40 | 57 | 100 | 23 | 54 |
| Binary | 10000011 | 10000110 | 1011011 | 10 | 0 | 100000 | 101111 | 1000000 | 10011 | 101100 |
Color Harmonies of #83865B
Complementary color
Monochromatic Colors of #83865B
Black with #83865B
Text Example
Text Example
White with #83865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83865B; }
p { color: rgb(131,134,91); }
H1.HeaderClassName
{
color: #83865B;
}
.AnyTagClassName
{
color: #83865B;
}
</style>
background-color css
<style>
a { background-color: #83865B; }
a { background-color: rgb(131,134,91); }
div.DivClassName
{
background-color: #83865B;
}
.BgClassName
{
background-color: #83865B;
}
</style>
border-color css
<style>
span { border-color: #83865B; }
span { border-color: rgb(131,134,91); }
td.TdClassName
{
border-color: #83865B;
}
.TagClassName
{
border-color: #83865B;
}
</style>