Shades of Highball #8F8448
Tints of Highball #8F8448
RGB
CMYK
RGB Variations
Color information
#8F8448 (or 0x8F8448) is known color: Highball. HEX triplet: 8F, 84 and 48. RGB value is (143,132,72). Sum of RGB (Red+Green+Blue) = 143+132+72=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8448 is #707BB7. Grayscale: #808080. Windows color (decimal): -7371704 or 4752527. OLE color: 4752527.
HSL color Cylindrical-coordinate representation of color #8F8448: hue angle of 50.7º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F8448 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 132 | 72 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.44 |
| HSL | 50.7º | 0.33% | 0.42% | - |
| HSV(B) | 50.7º | 0.5% | 0.56% | - |
| XYZ | 20.75 | 22.81 | 9.44 | - |
| YUV | 128.45 | 96.14 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 72 | 0 | 0.08 | 0.50 | 0.44 | 50.7 | 0.33 | 0.42 |
| Hex | 8F | 84 | 48 | 0 | 8 | 32 | 2C | 33 | 21 | 2A |
| Octal | 217 | 204 | 110 | 0 | 10 | 62 | 54 | 63 | 41 | 52 |
| Binary | 10001111 | 10000100 | 1001000 | 0 | 1000 | 110010 | 101100 | 110011 | 100001 | 101010 |
Color Harmonies of #8F8448
Complementary color
Monochromatic Colors of #8F8448
Black with #8F8448
Text Example
Text Example
White with #8F8448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8448; }
p { color: rgb(143,132,72); }
H1.HeaderClassName
{
color: #8F8448;
}
.AnyTagClassName
{
color: #8F8448;
}
</style>
background-color css
<style>
a { background-color: #8F8448; }
a { background-color: rgb(143,132,72); }
div.DivClassName
{
background-color: #8F8448;
}
.BgClassName
{
background-color: #8F8448;
}
</style>
border-color css
<style>
span { border-color: #8F8448; }
span { border-color: rgb(143,132,72); }
td.TdClassName
{
border-color: #8F8448;
}
.TagClassName
{
border-color: #8F8448;
}
</style>