Shades of Bandicoot #83855A
Tints of Bandicoot #83855A
RGB
CMYK
RGB Variations
Color information
#83855A (or 0x83855A) is known color: Bandicoot. HEX triplet: 83, 85 and 5A. RGB value is (131,133,90). Sum of RGB (Red+Green+Blue) = 131+133+90=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 133 - color contains mainly: green. Hex color #83855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83855A is #7C7AA5. Grayscale: #7F7F7F. Windows color (decimal): -8157862 or 5932419. OLE color: 5932419.
HSL color Cylindrical-coordinate representation of color #83855A: hue angle of 62.79º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83855A is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 133 | 90 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.48 |
| HSL | 62.79º | 0.19% | 0.44% | - |
| HSV(B) | 62.79º | 0.32% | 0.52% | - |
| XYZ | 19.59 | 22.34 | 12.95 | - |
| YUV | 127.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 133 | 90 | 0.02 | 0 | 0.32 | 0.48 | 62.79 | 0.19 | 0.44 |
| Hex | 83 | 85 | 5A | 2 | 0 | 20 | 30 | 3F | 13 | 2C |
| Octal | 203 | 205 | 132 | 2 | 0 | 40 | 60 | 77 | 23 | 54 |
| Binary | 10000011 | 10000101 | 1011010 | 10 | 0 | 100000 | 110000 | 111111 | 10011 | 101100 |
Color Harmonies of #83855A
Complementary color
Monochromatic Colors of #83855A
Black with #83855A
Text Example
Text Example
White with #83855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83855A; }
p { color: rgb(131,133,90); }
H1.HeaderClassName
{
color: #83855A;
}
.AnyTagClassName
{
color: #83855A;
}
</style>
background-color css
<style>
a { background-color: #83855A; }
a { background-color: rgb(131,133,90); }
div.DivClassName
{
background-color: #83855A;
}
.BgClassName
{
background-color: #83855A;
}
</style>
border-color css
<style>
span { border-color: #83855A; }
span { border-color: rgb(131,133,90); }
td.TdClassName
{
border-color: #83855A;
}
.TagClassName
{
border-color: #83855A;
}
</style>