Shades of Highball #847E3E
Tints of Highball #847E3E
RGB
CMYK
RGB Variations
Color information
#847E3E (or 0x847E3E) is known color: Highball. HEX triplet: 84, 7E and 3E. RGB value is (132,126,62). Sum of RGB (Red+Green+Blue) = 132+126+62=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #847E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847E3E is #7B81C1. Grayscale: #787878. Windows color (decimal): -8094146 or 4095620. OLE color: 4095620.
HSL color Cylindrical-coordinate representation of color #847E3E: hue angle of 54.86º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #847E3E is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 62 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.48 |
| HSL | 54.86º | 0.36% | 0.38% | - |
| HSV(B) | 54.86º | 0.53% | 0.52% | - |
| XYZ | 17.85 | 20.18 | 7.51 | - |
| YUV | 120.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 62 | 0 | 0.05 | 0.53 | 0.48 | 54.86 | 0.36 | 0.38 |
| Hex | 84 | 7E | 3E | 0 | 5 | 35 | 30 | 37 | 24 | 26 |
| Octal | 204 | 176 | 76 | 0 | 5 | 65 | 60 | 67 | 44 | 46 |
| Binary | 10000100 | 1111110 | 111110 | 0 | 101 | 110101 | 110000 | 110111 | 100100 | 100110 |
Color Harmonies of #847E3E
Complementary color
Monochromatic Colors of #847E3E
Black with #847E3E
Text Example
Text Example
White with #847E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E3E; }
p { color: rgb(132,126,62); }
H1.HeaderClassName
{
color: #847E3E;
}
.AnyTagClassName
{
color: #847E3E;
}
</style>
background-color css
<style>
a { background-color: #847E3E; }
a { background-color: rgb(132,126,62); }
div.DivClassName
{
background-color: #847E3E;
}
.BgClassName
{
background-color: #847E3E;
}
</style>
border-color css
<style>
span { border-color: #847E3E; }
span { border-color: rgb(132,126,62); }
td.TdClassName
{
border-color: #847E3E;
}
.TagClassName
{
border-color: #847E3E;
}
</style>