Shades of Highball #837E3F
Tints of Highball #837E3F
RGB
CMYK
RGB Variations
Color information
#837E3F (or 0x837E3F) is known color: Highball. HEX triplet: 83, 7E and 3F. RGB value is (131,126,63). Sum of RGB (Red+Green+Blue) = 131+126+63=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 131 - color contains mainly: red. Hex color #837E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837E3F is #7C81C0. Grayscale: #787878. Windows color (decimal): -8159681 or 4161155. OLE color: 4161155.
HSL color Cylindrical-coordinate representation of color #837E3F: hue angle of 55.59º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #837E3F is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 126 | 63 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.49 |
| HSL | 55.59º | 0.35% | 0.38% | - |
| HSV(B) | 55.59º | 0.52% | 0.51% | - |
| XYZ | 17.72 | 20.11 | 7.65 | - |
| YUV | 120.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 63 | 0 | 0.04 | 0.52 | 0.49 | 55.59 | 0.35 | 0.38 |
| Hex | 83 | 7E | 3F | 0 | 4 | 34 | 31 | 38 | 23 | 26 |
| Octal | 203 | 176 | 77 | 0 | 4 | 64 | 61 | 70 | 43 | 46 |
| Binary | 10000011 | 1111110 | 111111 | 0 | 100 | 110100 | 110001 | 111000 | 100011 | 100110 |
Color Harmonies of #837E3F
Complementary color
Monochromatic Colors of #837E3F
Black with #837E3F
Text Example
Text Example
White with #837E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837E3F; }
p { color: rgb(131,126,63); }
H1.HeaderClassName
{
color: #837E3F;
}
.AnyTagClassName
{
color: #837E3F;
}
</style>
background-color css
<style>
a { background-color: #837E3F; }
a { background-color: rgb(131,126,63); }
div.DivClassName
{
background-color: #837E3F;
}
.BgClassName
{
background-color: #837E3F;
}
</style>
border-color css
<style>
span { border-color: #837E3F; }
span { border-color: rgb(131,126,63); }
td.TdClassName
{
border-color: #837E3F;
}
.TagClassName
{
border-color: #837E3F;
}
</style>