Shades of Highball #85834A
Tints of Highball #85834A
RGB
CMYK
RGB Variations
Color information
#85834A (or 0x85834A) is known color: Highball. HEX triplet: 85, 83 and 4A. RGB value is (133,131,74). Sum of RGB (Red+Green+Blue) = 133+131+74=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #85834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85834A is #7A7CB5. Grayscale: #7D7D7D. Windows color (decimal): -8027318 or 4883333. OLE color: 4883333.
HSL color Cylindrical-coordinate representation of color #85834A: hue angle of 57.97º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85834A is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 131 | 74 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.48 |
| HSL | 57.97º | 0.29% | 0.41% | - |
| HSV(B) | 57.97º | 0.44% | 0.52% | - |
| XYZ | 19.03 | 21.71 | 9.67 | - |
| YUV | 125.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 131 | 74 | 0 | 0.02 | 0.44 | 0.48 | 57.97 | 0.29 | 0.41 |
| Hex | 85 | 83 | 4A | 0 | 2 | 2C | 30 | 3A | 1D | 29 |
| Octal | 205 | 203 | 112 | 0 | 2 | 54 | 60 | 72 | 35 | 51 |
| Binary | 10000101 | 10000011 | 1001010 | 0 | 10 | 101100 | 110000 | 111010 | 11101 | 101001 |
Color Harmonies of #85834A
Complementary color
Monochromatic Colors of #85834A
Black with #85834A
Text Example
Text Example
White with #85834A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85834A; }
p { color: rgb(133,131,74); }
H1.HeaderClassName
{
color: #85834A;
}
.AnyTagClassName
{
color: #85834A;
}
</style>
background-color css
<style>
a { background-color: #85834A; }
a { background-color: rgb(133,131,74); }
div.DivClassName
{
background-color: #85834A;
}
.BgClassName
{
background-color: #85834A;
}
</style>
border-color css
<style>
span { border-color: #85834A; }
span { border-color: rgb(133,131,74); }
td.TdClassName
{
border-color: #85834A;
}
.TagClassName
{
border-color: #85834A;
}
</style>