Shades of Highball #837F41
Tints of Highball #837F41
RGB
CMYK
RGB Variations
Color information
#837F41 (or 0x837F41) is known color: Highball. HEX triplet: 83, 7F and 41. RGB value is (131,127,65). Sum of RGB (Red+Green+Blue) = 131+127+65=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #837F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837F41 is #7C80BE. Grayscale: #797979. Windows color (decimal): -8159423 or 4292483. OLE color: 4292483.
HSL color Cylindrical-coordinate representation of color #837F41: hue angle of 56.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #837F41 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 127 | 65 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.49 |
| HSL | 56.36º | 0.34% | 0.38% | - |
| HSV(B) | 56.36º | 0.5% | 0.51% | - |
| XYZ | 17.9 | 20.39 | 7.99 | - |
| YUV | 121.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 65 | 0 | 0.03 | 0.50 | 0.49 | 56.36 | 0.34 | 0.38 |
| Hex | 83 | 7F | 41 | 0 | 3 | 32 | 31 | 38 | 22 | 26 |
| Octal | 203 | 177 | 101 | 0 | 3 | 62 | 61 | 70 | 42 | 46 |
| Binary | 10000011 | 1111111 | 1000001 | 0 | 11 | 110010 | 110001 | 111000 | 100010 | 100110 |
Color Harmonies of #837F41
Complementary color
Monochromatic Colors of #837F41
Black with #837F41
Text Example
Text Example
White with #837F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F41; }
p { color: rgb(131,127,65); }
H1.HeaderClassName
{
color: #837F41;
}
.AnyTagClassName
{
color: #837F41;
}
</style>
background-color css
<style>
a { background-color: #837F41; }
a { background-color: rgb(131,127,65); }
div.DivClassName
{
background-color: #837F41;
}
.BgClassName
{
background-color: #837F41;
}
</style>
border-color css
<style>
span { border-color: #837F41; }
span { border-color: rgb(131,127,65); }
td.TdClassName
{
border-color: #837F41;
}
.TagClassName
{
border-color: #837F41;
}
</style>