Shades of Highball #85884A
Tints of Highball #85884A
RGB
CMYK
RGB Variations
Color information
#85884A (or 0x85884A) is known color: Highball. HEX triplet: 85, 88 and 4A. RGB value is (133,136,74). Sum of RGB (Red+Green+Blue) = 133+136+74=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #85884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85884A is #7A77B5. Grayscale: #808080. Windows color (decimal): -8026038 or 4884613. OLE color: 4884613.
HSL color Cylindrical-coordinate representation of color #85884A: hue angle of 62.9º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85884A is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 74 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.47 |
| HSL | 62.9º | 0.3% | 0.41% | - |
| HSV(B) | 62.9º | 0.46% | 0.53% | - |
| XYZ | 19.71 | 23.09 | 9.9 | - |
| YUV | 128.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 74 | 0.02 | 0 | 0.46 | 0.47 | 62.9 | 0.3 | 0.41 |
| Hex | 85 | 88 | 4A | 2 | 0 | 2E | 2F | 3F | 1E | 29 |
| Octal | 205 | 210 | 112 | 2 | 0 | 56 | 57 | 77 | 36 | 51 |
| Binary | 10000101 | 10001000 | 1001010 | 10 | 0 | 101110 | 101111 | 111111 | 11110 | 101001 |
Color Harmonies of #85884A
Complementary color
Monochromatic Colors of #85884A
Black with #85884A
Text Example
Text Example
White with #85884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85884A; }
p { color: rgb(133,136,74); }
H1.HeaderClassName
{
color: #85884A;
}
.AnyTagClassName
{
color: #85884A;
}
</style>
background-color css
<style>
a { background-color: #85884A; }
a { background-color: rgb(133,136,74); }
div.DivClassName
{
background-color: #85884A;
}
.BgClassName
{
background-color: #85884A;
}
</style>
border-color css
<style>
span { border-color: #85884A; }
span { border-color: rgb(133,136,74); }
td.TdClassName
{
border-color: #85884A;
}
.TagClassName
{
border-color: #85884A;
}
</style>