Shades of Highball #847E3D
Tints of Highball #847E3D
RGB
CMYK
RGB Variations
Color information
#847E3D (or 0x847E3D) is known color: Highball. HEX triplet: 84, 7E and 3D. RGB value is (132,126,61). Sum of RGB (Red+Green+Blue) = 132+126+61=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #847E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847E3D is #7B81C2. Grayscale: #787878. Windows color (decimal): -8094147 or 4030084. OLE color: 4030084.
HSL color Cylindrical-coordinate representation of color #847E3D: hue angle of 54.93º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #847E3D is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 61 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.48 |
| HSL | 54.93º | 0.37% | 0.38% | - |
| HSV(B) | 54.93º | 0.54% | 0.52% | - |
| XYZ | 17.82 | 20.16 | 7.37 | - |
| YUV | 120.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 61 | 0 | 0.05 | 0.54 | 0.48 | 54.93 | 0.37 | 0.38 |
| Hex | 84 | 7E | 3D | 0 | 5 | 36 | 30 | 37 | 25 | 26 |
| Octal | 204 | 176 | 75 | 0 | 5 | 66 | 60 | 67 | 45 | 46 |
| Binary | 10000100 | 1111110 | 111101 | 0 | 101 | 110110 | 110000 | 110111 | 100101 | 100110 |
Color Harmonies of #847E3D
Complementary color
Monochromatic Colors of #847E3D
Black with #847E3D
Text Example
Text Example
White with #847E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E3D; }
p { color: rgb(132,126,61); }
H1.HeaderClassName
{
color: #847E3D;
}
.AnyTagClassName
{
color: #847E3D;
}
</style>
background-color css
<style>
a { background-color: #847E3D; }
a { background-color: rgb(132,126,61); }
div.DivClassName
{
background-color: #847E3D;
}
.BgClassName
{
background-color: #847E3D;
}
</style>
border-color css
<style>
span { border-color: #847E3D; }
span { border-color: rgb(132,126,61); }
td.TdClassName
{
border-color: #847E3D;
}
.TagClassName
{
border-color: #847E3D;
}
</style>