Shades of Highball #8D884B
Tints of Highball #8D884B
RGB
CMYK
RGB Variations
Color information
#8D884B (or 0x8D884B) is known color: Highball. HEX triplet: 8D, 88 and 4B. RGB value is (141,136,75). Sum of RGB (Red+Green+Blue) = 141+136+75=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D884B is #7277B4. Grayscale: #828282. Windows color (decimal): -7501749 or 4950157. OLE color: 4950157.
HSL color Cylindrical-coordinate representation of color #8D884B: hue angle of 55.45º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D884B is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 136 | 75 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.45 |
| HSL | 55.45º | 0.31% | 0.42% | - |
| HSV(B) | 55.45º | 0.47% | 0.55% | - |
| XYZ | 21.06 | 23.78 | 10.14 | - |
| YUV | 130.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 75 | 0 | 0.04 | 0.47 | 0.45 | 55.45 | 0.31 | 0.42 |
| Hex | 8D | 88 | 4B | 0 | 4 | 2F | 2D | 37 | 1F | 2A |
| Octal | 215 | 210 | 113 | 0 | 4 | 57 | 55 | 67 | 37 | 52 |
| Binary | 10001101 | 10001000 | 1001011 | 0 | 100 | 101111 | 101101 | 110111 | 11111 | 101010 |
Color Harmonies of #8D884B
Complementary color
Monochromatic Colors of #8D884B
Black with #8D884B
Text Example
Text Example
White with #8D884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D884B; }
p { color: rgb(141,136,75); }
H1.HeaderClassName
{
color: #8D884B;
}
.AnyTagClassName
{
color: #8D884B;
}
</style>
background-color css
<style>
a { background-color: #8D884B; }
a { background-color: rgb(141,136,75); }
div.DivClassName
{
background-color: #8D884B;
}
.BgClassName
{
background-color: #8D884B;
}
</style>
border-color css
<style>
span { border-color: #8D884B; }
span { border-color: rgb(141,136,75); }
td.TdClassName
{
border-color: #8D884B;
}
.TagClassName
{
border-color: #8D884B;
}
</style>