Shades of Bandicoot #83835C
Tints of Bandicoot #83835C
RGB
CMYK
RGB Variations
Color information
#83835C (or 0x83835C) is known color: Bandicoot. HEX triplet: 83, 83 and 5C. RGB value is (131,131,92). Sum of RGB (Red+Green+Blue) = 131+131+92=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 131 - color contains mainly: red, green. Hex color #83835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83835C is #7C7CA3. Grayscale: #7E7E7E. Windows color (decimal): -8158372 or 6062979. OLE color: 6062979.
HSL color Cylindrical-coordinate representation of color #83835C: hue angle of 60º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83835C is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 131 | 92 | - |
| CMYK | 0 | 0 | 0.30 | 0.49 |
| HSL | 60º | 0.17% | 0.44% | - |
| HSV(B) | 60º | 0.3% | 0.51% | - |
| XYZ | 19.41 | 21.83 | 13.32 | - |
| YUV | 126.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 131 | 92 | 0 | 0 | 0.30 | 0.49 | 60 | 0.17 | 0.44 |
| Hex | 83 | 83 | 5C | 0 | 0 | 1E | 31 | 3C | 11 | 2C |
| Octal | 203 | 203 | 134 | 0 | 0 | 36 | 61 | 74 | 21 | 54 |
| Binary | 10000011 | 10000011 | 1011100 | 0 | 0 | 11110 | 110001 | 111100 | 10001 | 101100 |
Color Harmonies of #83835C
Complementary color
Monochromatic Colors of #83835C
Black with #83835C
Text Example
Text Example
White with #83835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83835C; }
p { color: rgb(131,131,92); }
H1.HeaderClassName
{
color: #83835C;
}
.AnyTagClassName
{
color: #83835C;
}
</style>
background-color css
<style>
a { background-color: #83835C; }
a { background-color: rgb(131,131,92); }
div.DivClassName
{
background-color: #83835C;
}
.BgClassName
{
background-color: #83835C;
}
</style>
border-color css
<style>
span { border-color: #83835C; }
span { border-color: rgb(131,131,92); }
td.TdClassName
{
border-color: #83835C;
}
.TagClassName
{
border-color: #83835C;
}
</style>