Shades of Bandicoot #83815E
Tints of Bandicoot #83815E
RGB
CMYK
RGB Variations
Color information
#83815E (or 0x83815E) is known color: Bandicoot. HEX triplet: 83, 81 and 5E. RGB value is (131,129,94). Sum of RGB (Red+Green+Blue) = 131+129+94=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 131 - color contains mainly: red. Hex color #83815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83815E is #7C7EA1. Grayscale: #7D7D7D. Windows color (decimal): -8158882 or 6193539. OLE color: 6193539.
HSL color Cylindrical-coordinate representation of color #83815E: hue angle of 56.76º 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 #83815E is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 129 | 94 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.49 |
| HSL | 56.76º | 0.16% | 0.44% | - |
| HSV(B) | 56.76º | 0.28% | 0.51% | - |
| XYZ | 19.23 | 21.33 | 13.69 | - |
| YUV | 125.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 94 | 0 | 0.02 | 0.28 | 0.49 | 56.76 | 0.16 | 0.44 |
| Hex | 83 | 81 | 5E | 0 | 2 | 1C | 31 | 39 | 10 | 2C |
| Octal | 203 | 201 | 136 | 0 | 2 | 34 | 61 | 71 | 20 | 54 |
| Binary | 10000011 | 10000001 | 1011110 | 0 | 10 | 11100 | 110001 | 111001 | 10000 | 101100 |
Color Harmonies of #83815E
Complementary color
Monochromatic Colors of #83815E
Black with #83815E
Text Example
Text Example
White with #83815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83815E; }
p { color: rgb(131,129,94); }
H1.HeaderClassName
{
color: #83815E;
}
.AnyTagClassName
{
color: #83815E;
}
</style>
background-color css
<style>
a { background-color: #83815E; }
a { background-color: rgb(131,129,94); }
div.DivClassName
{
background-color: #83815E;
}
.BgClassName
{
background-color: #83815E;
}
</style>
border-color css
<style>
span { border-color: #83815E; }
span { border-color: rgb(131,129,94); }
td.TdClassName
{
border-color: #83815E;
}
.TagClassName
{
border-color: #83815E;
}
</style>