Shades of Highball #8B803F
Tints of Highball #8B803F
RGB
CMYK
RGB Variations
Color information
#8B803F (or 0x8B803F) is known color: Highball. HEX triplet: 8B, 80 and 3F. RGB value is (139,128,63). Sum of RGB (Red+Green+Blue) = 139+128+63=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B803F is #747FC0. Grayscale: #7C7C7C. Windows color (decimal): -7634881 or 4161675. OLE color: 4161675.
HSL color Cylindrical-coordinate representation of color #8B803F: hue angle of 51.32º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B803F is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 63 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.45 |
| HSL | 51.32º | 0.38% | 0.4% | - |
| HSV(B) | 51.32º | 0.55% | 0.55% | - |
| XYZ | 19.26 | 21.29 | 7.8 | - |
| YUV | 123.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 63 | 0 | 0.08 | 0.55 | 0.45 | 51.32 | 0.38 | 0.4 |
| Hex | 8B | 80 | 3F | 0 | 8 | 37 | 2D | 33 | 26 | 28 |
| Octal | 213 | 200 | 77 | 0 | 10 | 67 | 55 | 63 | 46 | 50 |
| Binary | 10001011 | 10000000 | 111111 | 0 | 1000 | 110111 | 101101 | 110011 | 100110 | 101000 |
Color Harmonies of #8B803F
Complementary color
Monochromatic Colors of #8B803F
Black with #8B803F
Text Example
Text Example
White with #8B803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B803F; }
p { color: rgb(139,128,63); }
H1.HeaderClassName
{
color: #8B803F;
}
.AnyTagClassName
{
color: #8B803F;
}
</style>
background-color css
<style>
a { background-color: #8B803F; }
a { background-color: rgb(139,128,63); }
div.DivClassName
{
background-color: #8B803F;
}
.BgClassName
{
background-color: #8B803F;
}
</style>
border-color css
<style>
span { border-color: #8B803F; }
span { border-color: rgb(139,128,63); }
td.TdClassName
{
border-color: #8B803F;
}
.TagClassName
{
border-color: #8B803F;
}
</style>