Shades of Bandicoot #8C875A
Tints of Bandicoot #8C875A
RGB
CMYK
RGB Variations
Color information
#8C875A (or 0x8C875A) is known color: Bandicoot. HEX triplet: 8C, 87 and 5A. RGB value is (140,135,90). Sum of RGB (Red+Green+Blue) = 140+135+90=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C875A is #7378A5. Grayscale: #838383. Windows color (decimal): -7567526 or 5932940. OLE color: 5932940.
HSL color Cylindrical-coordinate representation of color #8C875A: hue angle of 54º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C875A is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 90 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.45 |
| HSL | 54º | 0.22% | 0.45% | - |
| HSV(B) | 54º | 0.36% | 0.55% | - |
| XYZ | 21.32 | 23.64 | 13.11 | - |
| YUV | 131.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 90 | 0 | 0.04 | 0.36 | 0.45 | 54 | 0.22 | 0.45 |
| Hex | 8C | 87 | 5A | 0 | 4 | 24 | 2D | 36 | 16 | 2D |
| Octal | 214 | 207 | 132 | 0 | 4 | 44 | 55 | 66 | 26 | 55 |
| Binary | 10001100 | 10000111 | 1011010 | 0 | 100 | 100100 | 101101 | 110110 | 10110 | 101101 |
Color Harmonies of #8C875A
Complementary color
Monochromatic Colors of #8C875A
Black with #8C875A
Text Example
Text Example
White with #8C875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C875A; }
p { color: rgb(140,135,90); }
H1.HeaderClassName
{
color: #8C875A;
}
.AnyTagClassName
{
color: #8C875A;
}
</style>
background-color css
<style>
a { background-color: #8C875A; }
a { background-color: rgb(140,135,90); }
div.DivClassName
{
background-color: #8C875A;
}
.BgClassName
{
background-color: #8C875A;
}
</style>
border-color css
<style>
span { border-color: #8C875A; }
span { border-color: rgb(140,135,90); }
td.TdClassName
{
border-color: #8C875A;
}
.TagClassName
{
border-color: #8C875A;
}
</style>