Shades of Highball #837F43
Tints of Highball #837F43
RGB
CMYK
RGB Variations
Color information
#837F43 (or 0x837F43) is known color: Highball. HEX triplet: 83, 7F and 43. RGB value is (131,127,67). Sum of RGB (Red+Green+Blue) = 131+127+67=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #837F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837F43 is #7C80BC. Grayscale: #797979. Windows color (decimal): -8159421 or 4423555. OLE color: 4423555.
HSL color Cylindrical-coordinate representation of color #837F43: hue angle of 56.25º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #837F43 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 127 | 67 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.49 |
| HSL | 56.25º | 0.32% | 0.39% | - |
| HSV(B) | 56.25º | 0.49% | 0.51% | - |
| XYZ | 17.96 | 20.41 | 8.3 | - |
| YUV | 121.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 67 | 0 | 0.03 | 0.49 | 0.49 | 56.25 | 0.32 | 0.39 |
| Hex | 83 | 7F | 43 | 0 | 3 | 31 | 31 | 38 | 20 | 27 |
| Octal | 203 | 177 | 103 | 0 | 3 | 61 | 61 | 70 | 40 | 47 |
| Binary | 10000011 | 1111111 | 1000011 | 0 | 11 | 110001 | 110001 | 111000 | 100000 | 100111 |
Color Harmonies of #837F43
Complementary color
Monochromatic Colors of #837F43
Black with #837F43
Text Example
Text Example
White with #837F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F43; }
p { color: rgb(131,127,67); }
H1.HeaderClassName
{
color: #837F43;
}
.AnyTagClassName
{
color: #837F43;
}
</style>
background-color css
<style>
a { background-color: #837F43; }
a { background-color: rgb(131,127,67); }
div.DivClassName
{
background-color: #837F43;
}
.BgClassName
{
background-color: #837F43;
}
</style>
border-color css
<style>
span { border-color: #837F43; }
span { border-color: rgb(131,127,67); }
td.TdClassName
{
border-color: #837F43;
}
.TagClassName
{
border-color: #837F43;
}
</style>