Shades of Highball #85844B
Tints of Highball #85844B
RGB
CMYK
RGB Variations
Color information
#85844B (or 0x85844B) is known color: Highball. HEX triplet: 85, 84 and 4B. RGB value is (133,132,75). Sum of RGB (Red+Green+Blue) = 133+132+75=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85844B is #7A7BB4. Grayscale: #7E7E7E. Windows color (decimal): -8027061 or 4949125. OLE color: 4949125.
HSL color Cylindrical-coordinate representation of color #85844B: hue angle of 58.97º degrees, saturation: 0.28, 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 #85844B is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 75 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.48 |
| HSL | 58.97º | 0.28% | 0.41% | - |
| HSV(B) | 58.97º | 0.44% | 0.52% | - |
| XYZ | 19.19 | 22 | 9.89 | - |
| YUV | 125.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 75 | 0 | 0.01 | 0.44 | 0.48 | 58.97 | 0.28 | 0.41 |
| Hex | 85 | 84 | 4B | 0 | 1 | 2C | 30 | 3B | 1C | 29 |
| Octal | 205 | 204 | 113 | 0 | 1 | 54 | 60 | 73 | 34 | 51 |
| Binary | 10000101 | 10000100 | 1001011 | 0 | 1 | 101100 | 110000 | 111011 | 11100 | 101001 |
Color Harmonies of #85844B
Complementary color
Monochromatic Colors of #85844B
Black with #85844B
Text Example
Text Example
White with #85844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85844B; }
p { color: rgb(133,132,75); }
H1.HeaderClassName
{
color: #85844B;
}
.AnyTagClassName
{
color: #85844B;
}
</style>
background-color css
<style>
a { background-color: #85844B; }
a { background-color: rgb(133,132,75); }
div.DivClassName
{
background-color: #85844B;
}
.BgClassName
{
background-color: #85844B;
}
</style>
border-color css
<style>
span { border-color: #85844B; }
span { border-color: rgb(133,132,75); }
td.TdClassName
{
border-color: #85844B;
}
.TagClassName
{
border-color: #85844B;
}
</style>