Shades of Bandicoot #83805E
Tints of Bandicoot #83805E
RGB
CMYK
RGB Variations
Color information
#83805E (or 0x83805E) is known color: Bandicoot. HEX triplet: 83, 80 and 5E. RGB value is (131,128,94). Sum of RGB (Red+Green+Blue) = 131+128+94=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 131 - color contains mainly: red. Hex color #83805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83805E is #7C7FA1. Grayscale: #7D7D7D. Windows color (decimal): -8159138 or 6193283. OLE color: 6193283.
HSL color Cylindrical-coordinate representation of color #83805E: hue angle of 55.14º degrees, saturation: 0.16, 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 #83805E is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 128 | 94 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.49 |
| HSL | 55.14º | 0.16% | 0.44% | - |
| HSV(B) | 55.14º | 0.28% | 0.51% | - |
| XYZ | 19.1 | 21.07 | 13.65 | - |
| YUV | 125.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 94 | 0 | 0.02 | 0.28 | 0.49 | 55.14 | 0.16 | 0.44 |
| Hex | 83 | 80 | 5E | 0 | 2 | 1C | 31 | 37 | 10 | 2C |
| Octal | 203 | 200 | 136 | 0 | 2 | 34 | 61 | 67 | 20 | 54 |
| Binary | 10000011 | 10000000 | 1011110 | 0 | 10 | 11100 | 110001 | 110111 | 10000 | 101100 |
Color Harmonies of #83805E
Complementary color
Monochromatic Colors of #83805E
Black with #83805E
Text Example
Text Example
White with #83805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83805E; }
p { color: rgb(131,128,94); }
H1.HeaderClassName
{
color: #83805E;
}
.AnyTagClassName
{
color: #83805E;
}
</style>
background-color css
<style>
a { background-color: #83805E; }
a { background-color: rgb(131,128,94); }
div.DivClassName
{
background-color: #83805E;
}
.BgClassName
{
background-color: #83805E;
}
</style>
border-color css
<style>
span { border-color: #83805E; }
span { border-color: rgb(131,128,94); }
td.TdClassName
{
border-color: #83805E;
}
.TagClassName
{
border-color: #83805E;
}
</style>