Shades of Bandicoot #83816F
Tints of Bandicoot #83816F
RGB
CMYK
RGB Variations
Color information
#83816F (or 0x83816F) is known color: Bandicoot. HEX triplet: 83, 81 and 6F. RGB value is (131,129,111). Sum of RGB (Red+Green+Blue) = 131+129+111=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 131 - color contains mainly: red. Hex color #83816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83816F is #7C7E90. Grayscale: #7F7F7F. Windows color (decimal): -8158865 or 7307651. OLE color: 7307651.
HSL color Cylindrical-coordinate representation of color #83816F: hue angle of 54º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83816F is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 129 | 111 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.49 |
| HSL | 54º | 0.08% | 0.47% | - |
| HSV(B) | 54º | 0.15% | 0.51% | - |
| XYZ | 20.08 | 21.67 | 18.16 | - |
| YUV | 127.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 111 | 0 | 0.02 | 0.15 | 0.49 | 54 | 0.08 | 0.47 |
| Hex | 83 | 81 | 6F | 0 | 2 | F | 31 | 36 | 8 | 2F |
| Octal | 203 | 201 | 157 | 0 | 2 | 17 | 61 | 66 | 10 | 57 |
| Binary | 10000011 | 10000001 | 1101111 | 0 | 10 | 1111 | 110001 | 110110 | 1000 | 101111 |
Color Harmonies of #83816F
Complementary color
Monochromatic Colors of #83816F
Black with #83816F
Text Example
Text Example
White with #83816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83816F; }
p { color: rgb(131,129,111); }
H1.HeaderClassName
{
color: #83816F;
}
.AnyTagClassName
{
color: #83816F;
}
</style>
background-color css
<style>
a { background-color: #83816F; }
a { background-color: rgb(131,129,111); }
div.DivClassName
{
background-color: #83816F;
}
.BgClassName
{
background-color: #83816F;
}
</style>
border-color css
<style>
span { border-color: #83816F; }
span { border-color: rgb(131,129,111); }
td.TdClassName
{
border-color: #83816F;
}
.TagClassName
{
border-color: #83816F;
}
</style>