Shades of Bandicoot #838170
Tints of Bandicoot #838170
RGB
CMYK
RGB Variations
Color information
#838170 (or 0x838170) is known color: Bandicoot. HEX triplet: 83, 81 and 70. RGB value is (131,129,112). Sum of RGB (Red+Green+Blue) = 131+129+112=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 131 - color contains mainly: red. Hex color #838170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838170 is #7C7E8F. Grayscale: #7F7F7F. Windows color (decimal): -8158864 or 7373187. OLE color: 7373187.
HSL color Cylindrical-coordinate representation of color #838170: hue angle of 53.68º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #838170 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 129 | 112 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.49 |
| HSL | 53.68º | 0.08% | 0.48% | - |
| HSV(B) | 53.68º | 0.15% | 0.51% | - |
| XYZ | 20.13 | 21.7 | 18.46 | - |
| YUV | 127.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 112 | 0 | 0.02 | 0.15 | 0.49 | 53.68 | 0.08 | 0.48 |
| Hex | 83 | 81 | 70 | 0 | 2 | F | 31 | 36 | 8 | 30 |
| Octal | 203 | 201 | 160 | 0 | 2 | 17 | 61 | 66 | 10 | 60 |
| Binary | 10000011 | 10000001 | 1110000 | 0 | 10 | 1111 | 110001 | 110110 | 1000 | 110000 |
Color Harmonies of #838170
Complementary color
Monochromatic Colors of #838170
Black with #838170
Text Example
Text Example
White with #838170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838170; }
p { color: rgb(131,129,112); }
H1.HeaderClassName
{
color: #838170;
}
.AnyTagClassName
{
color: #838170;
}
</style>
background-color css
<style>
a { background-color: #838170; }
a { background-color: rgb(131,129,112); }
div.DivClassName
{
background-color: #838170;
}
.BgClassName
{
background-color: #838170;
}
</style>
border-color css
<style>
span { border-color: #838170; }
span { border-color: rgb(131,129,112); }
td.TdClassName
{
border-color: #838170;
}
.TagClassName
{
border-color: #838170;
}
</style>