Shades of Highball #8F883F
Tints of Highball #8F883F
RGB
CMYK
RGB Variations
Color information
#8F883F (or 0x8F883F) is known color: Highball. HEX triplet: 8F, 88 and 3F. RGB value is (143,136,63). Sum of RGB (Red+Green+Blue) = 143+136+63=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 143 - color contains mainly: red. Hex color #8F883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F883F is #7077C0. Grayscale: #828282. Windows color (decimal): -7370689 or 4163727. OLE color: 4163727.
HSL color Cylindrical-coordinate representation of color #8F883F: hue angle of 54.75º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F883F is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 136 | 63 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.44 |
| HSL | 54.75º | 0.39% | 0.4% | - |
| HSV(B) | 54.75º | 0.56% | 0.56% | - |
| XYZ | 21.03 | 23.81 | 8.19 | - |
| YUV | 129.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 63 | 0 | 0.05 | 0.56 | 0.44 | 54.75 | 0.39 | 0.4 |
| Hex | 8F | 88 | 3F | 0 | 5 | 38 | 2C | 37 | 27 | 28 |
| Octal | 217 | 210 | 77 | 0 | 5 | 70 | 54 | 67 | 47 | 50 |
| Binary | 10001111 | 10001000 | 111111 | 0 | 101 | 111000 | 101100 | 110111 | 100111 | 101000 |
Color Harmonies of #8F883F
Complementary color
Monochromatic Colors of #8F883F
Black with #8F883F
Text Example
Text Example
White with #8F883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F883F; }
p { color: rgb(143,136,63); }
H1.HeaderClassName
{
color: #8F883F;
}
.AnyTagClassName
{
color: #8F883F;
}
</style>
background-color css
<style>
a { background-color: #8F883F; }
a { background-color: rgb(143,136,63); }
div.DivClassName
{
background-color: #8F883F;
}
.BgClassName
{
background-color: #8F883F;
}
</style>
border-color css
<style>
span { border-color: #8F883F; }
span { border-color: rgb(143,136,63); }
td.TdClassName
{
border-color: #8F883F;
}
.TagClassName
{
border-color: #8F883F;
}
</style>