Shades of Highball #8B873C
Tints of Highball #8B873C
RGB
CMYK
RGB Variations
Color information
#8B873C (or 0x8B873C) is known color: Highball. HEX triplet: 8B, 87 and 3C. RGB value is (139,135,60). Sum of RGB (Red+Green+Blue) = 139+135+60=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B873C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B873C is #7478C3. Grayscale: #7F7F7F. Windows color (decimal): -7633092 or 3966859. OLE color: 3966859.
HSL color Cylindrical-coordinate representation of color #8B873C: hue angle of 56.96º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B873C is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 135 | 60 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.45 |
| HSL | 56.96º | 0.4% | 0.39% | - |
| HSV(B) | 56.96º | 0.57% | 0.55% | - |
| XYZ | 20.13 | 23.14 | 7.68 | - |
| YUV | 127.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 60 | 0 | 0.03 | 0.57 | 0.45 | 56.96 | 0.4 | 0.39 |
| Hex | 8B | 87 | 3C | 0 | 3 | 39 | 2D | 39 | 28 | 27 |
| Octal | 213 | 207 | 74 | 0 | 3 | 71 | 55 | 71 | 50 | 47 |
| Binary | 10001011 | 10000111 | 111100 | 0 | 11 | 111001 | 101101 | 111001 | 101000 | 100111 |
Color Harmonies of #8B873C
Complementary color
Monochromatic Colors of #8B873C
Black with #8B873C
Text Example
Text Example
White with #8B873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B873C; }
p { color: rgb(139,135,60); }
H1.HeaderClassName
{
color: #8B873C;
}
.AnyTagClassName
{
color: #8B873C;
}
</style>
background-color css
<style>
a { background-color: #8B873C; }
a { background-color: rgb(139,135,60); }
div.DivClassName
{
background-color: #8B873C;
}
.BgClassName
{
background-color: #8B873C;
}
</style>
border-color css
<style>
span { border-color: #8B873C; }
span { border-color: rgb(139,135,60); }
td.TdClassName
{
border-color: #8B873C;
}
.TagClassName
{
border-color: #8B873C;
}
</style>