Shades of Highball #8B8838
Tints of Highball #8B8838
RGB
CMYK
RGB Variations
Color information
#8B8838 (or 0x8B8838) is known color: Highball. HEX triplet: 8B, 88 and 38. RGB value is (139,136,56). Sum of RGB (Red+Green+Blue) = 139+136+56=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8838 is #7477C7. Grayscale: #808080. Windows color (decimal): -7632840 or 3704971. OLE color: 3704971.
HSL color Cylindrical-coordinate representation of color #8B8838: hue angle of 57.83º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B8838 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 56 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.45 |
| HSL | 57.83º | 0.43% | 0.38% | - |
| HSV(B) | 57.83º | 0.6% | 0.55% | - |
| XYZ | 20.17 | 23.38 | 7.19 | - |
| YUV | 127.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 56 | 0 | 0.02 | 0.60 | 0.45 | 57.83 | 0.43 | 0.38 |
| Hex | 8B | 88 | 38 | 0 | 2 | 3C | 2D | 3A | 2B | 26 |
| Octal | 213 | 210 | 70 | 0 | 2 | 74 | 55 | 72 | 53 | 46 |
| Binary | 10001011 | 10001000 | 111000 | 0 | 10 | 111100 | 101101 | 111010 | 101011 | 100110 |
Color Harmonies of #8B8838
Complementary color
Monochromatic Colors of #8B8838
Black with #8B8838
Text Example
Text Example
White with #8B8838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8838; }
p { color: rgb(139,136,56); }
H1.HeaderClassName
{
color: #8B8838;
}
.AnyTagClassName
{
color: #8B8838;
}
</style>
background-color css
<style>
a { background-color: #8B8838; }
a { background-color: rgb(139,136,56); }
div.DivClassName
{
background-color: #8B8838;
}
.BgClassName
{
background-color: #8B8838;
}
</style>
border-color css
<style>
span { border-color: #8B8838; }
span { border-color: rgb(139,136,56); }
td.TdClassName
{
border-color: #8B8838;
}
.TagClassName
{
border-color: #8B8838;
}
</style>