Shades of Highball #85844A
Tints of Highball #85844A
RGB
CMYK
RGB Variations
Color information
#85844A (or 0x85844A) is known color: Highball. HEX triplet: 85, 84 and 4A. RGB value is (133,132,74). Sum of RGB (Red+Green+Blue) = 133+132+74=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85844A is #7A7BB5. Grayscale: #7D7D7D. Windows color (decimal): -8027062 or 4883589. OLE color: 4883589.
HSL color Cylindrical-coordinate representation of color #85844A: hue angle of 58.98º 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 #85844A is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 74 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.48 |
| HSL | 58.98º | 0.29% | 0.41% | - |
| HSV(B) | 58.98º | 0.44% | 0.52% | - |
| XYZ | 19.16 | 21.98 | 9.71 | - |
| YUV | 125.69 | 98.83 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 74 | 0 | 0.01 | 0.44 | 0.48 | 58.98 | 0.29 | 0.41 |
| Hex | 85 | 84 | 4A | 0 | 1 | 2C | 30 | 3B | 1D | 29 |
| Octal | 205 | 204 | 112 | 0 | 1 | 54 | 60 | 73 | 35 | 51 |
| Binary | 10000101 | 10000100 | 1001010 | 0 | 1 | 101100 | 110000 | 111011 | 11101 | 101001 |
Color Harmonies of #85844A
Complementary color
Monochromatic Colors of #85844A
Black with #85844A
Text Example
Text Example
White with #85844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85844A; }
p { color: rgb(133,132,74); }
H1.HeaderClassName
{
color: #85844A;
}
.AnyTagClassName
{
color: #85844A;
}
</style>
background-color css
<style>
a { background-color: #85844A; }
a { background-color: rgb(133,132,74); }
div.DivClassName
{
background-color: #85844A;
}
.BgClassName
{
background-color: #85844A;
}
</style>
border-color css
<style>
span { border-color: #85844A; }
span { border-color: rgb(133,132,74); }
td.TdClassName
{
border-color: #85844A;
}
.TagClassName
{
border-color: #85844A;
}
</style>