Shades of Highball #837F45
Tints of Highball #837F45
RGB
CMYK
RGB Variations
Color information
#837F45 (or 0x837F45) is known color: Highball. HEX triplet: 83, 7F and 45. RGB value is (131,127,69). Sum of RGB (Red+Green+Blue) = 131+127+69=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #837F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837F45 is #7C80BA. Grayscale: #797979. Windows color (decimal): -8159419 or 4554627. OLE color: 4554627.
HSL color Cylindrical-coordinate representation of color #837F45: hue angle of 56.13º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #837F45 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 127 | 69 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.49 |
| HSL | 56.13º | 0.31% | 0.39% | - |
| HSV(B) | 56.13º | 0.47% | 0.51% | - |
| XYZ | 18.02 | 20.43 | 8.62 | - |
| YUV | 121.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 69 | 0 | 0.03 | 0.47 | 0.49 | 56.13 | 0.31 | 0.39 |
| Hex | 83 | 7F | 45 | 0 | 3 | 2F | 31 | 38 | 1F | 27 |
| Octal | 203 | 177 | 105 | 0 | 3 | 57 | 61 | 70 | 37 | 47 |
| Binary | 10000011 | 1111111 | 1000101 | 0 | 11 | 101111 | 110001 | 111000 | 11111 | 100111 |
Color Harmonies of #837F45
Complementary color
Monochromatic Colors of #837F45
Black with #837F45
Text Example
Text Example
White with #837F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F45; }
p { color: rgb(131,127,69); }
H1.HeaderClassName
{
color: #837F45;
}
.AnyTagClassName
{
color: #837F45;
}
</style>
background-color css
<style>
a { background-color: #837F45; }
a { background-color: rgb(131,127,69); }
div.DivClassName
{
background-color: #837F45;
}
.BgClassName
{
background-color: #837F45;
}
</style>
border-color css
<style>
span { border-color: #837F45; }
span { border-color: rgb(131,127,69); }
td.TdClassName
{
border-color: #837F45;
}
.TagClassName
{
border-color: #837F45;
}
</style>