Shades of Bandicoot #8A875A
Tints of Bandicoot #8A875A
RGB
CMYK
RGB Variations
Color information
#8A875A (or 0x8A875A) is known color: Bandicoot. HEX triplet: 8A, 87 and 5A. RGB value is (138,135,90). Sum of RGB (Red+Green+Blue) = 138+135+90=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A875A is #7578A5. Grayscale: #828282. Windows color (decimal): -7698598 or 5932938. OLE color: 5932938.
HSL color Cylindrical-coordinate representation of color #8A875A: hue angle of 56.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A875A is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 135 | 90 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.46 |
| HSL | 56.25º | 0.21% | 0.45% | - |
| HSV(B) | 56.25º | 0.35% | 0.54% | - |
| XYZ | 20.99 | 23.47 | 13.1 | - |
| YUV | 130.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 90 | 0 | 0.02 | 0.35 | 0.46 | 56.25 | 0.21 | 0.45 |
| Hex | 8A | 87 | 5A | 0 | 2 | 23 | 2E | 38 | 15 | 2D |
| Octal | 212 | 207 | 132 | 0 | 2 | 43 | 56 | 70 | 25 | 55 |
| Binary | 10001010 | 10000111 | 1011010 | 0 | 10 | 100011 | 101110 | 111000 | 10101 | 101101 |
Color Harmonies of #8A875A
Complementary color
Monochromatic Colors of #8A875A
Black with #8A875A
Text Example
Text Example
White with #8A875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A875A; }
p { color: rgb(138,135,90); }
H1.HeaderClassName
{
color: #8A875A;
}
.AnyTagClassName
{
color: #8A875A;
}
</style>
background-color css
<style>
a { background-color: #8A875A; }
a { background-color: rgb(138,135,90); }
div.DivClassName
{
background-color: #8A875A;
}
.BgClassName
{
background-color: #8A875A;
}
</style>
border-color css
<style>
span { border-color: #8A875A; }
span { border-color: rgb(138,135,90); }
td.TdClassName
{
border-color: #8A875A;
}
.TagClassName
{
border-color: #8A875A;
}
</style>