Shades of Highball #847C3E
Tints of Highball #847C3E
RGB
CMYK
RGB Variations
Color information
#847C3E (or 0x847C3E) is known color: Highball. HEX triplet: 84, 7C and 3E. RGB value is (132,124,62). Sum of RGB (Red+Green+Blue) = 132+124+62=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 132 - color contains mainly: red. Hex color #847C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847C3E is #7B83C1. Grayscale: #777777. Windows color (decimal): -8094658 or 4095108. OLE color: 4095108.
HSL color Cylindrical-coordinate representation of color #847C3E: hue angle of 53.14º 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 #847C3E is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 62 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.48 |
| HSL | 53.14º | 0.36% | 0.38% | - |
| HSV(B) | 53.14º | 0.53% | 0.52% | - |
| XYZ | 17.59 | 19.67 | 7.43 | - |
| YUV | 119.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 62 | 0 | 0.06 | 0.53 | 0.48 | 53.14 | 0.36 | 0.38 |
| Hex | 84 | 7C | 3E | 0 | 6 | 35 | 30 | 35 | 24 | 26 |
| Octal | 204 | 174 | 76 | 0 | 6 | 65 | 60 | 65 | 44 | 46 |
| Binary | 10000100 | 1111100 | 111110 | 0 | 110 | 110101 | 110000 | 110101 | 100100 | 100110 |
Color Harmonies of #847C3E
Complementary color
Monochromatic Colors of #847C3E
Black with #847C3E
Text Example
Text Example
White with #847C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C3E; }
p { color: rgb(132,124,62); }
H1.HeaderClassName
{
color: #847C3E;
}
.AnyTagClassName
{
color: #847C3E;
}
</style>
background-color css
<style>
a { background-color: #847C3E; }
a { background-color: rgb(132,124,62); }
div.DivClassName
{
background-color: #847C3E;
}
.BgClassName
{
background-color: #847C3E;
}
</style>
border-color css
<style>
span { border-color: #847C3E; }
span { border-color: rgb(132,124,62); }
td.TdClassName
{
border-color: #847C3E;
}
.TagClassName
{
border-color: #847C3E;
}
</style>