Shades of Highball #85884B
Tints of Highball #85884B
RGB
CMYK
RGB Variations
Color information
#85884B (or 0x85884B) is known color: Highball. HEX triplet: 85, 88 and 4B. RGB value is (133,136,75). Sum of RGB (Red+Green+Blue) = 133+136+75=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #85884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85884B is #7A77B4. Grayscale: #808080. Windows color (decimal): -8026037 or 4950149. OLE color: 4950149.
HSL color Cylindrical-coordinate representation of color #85884B: hue angle of 62.95º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85884B is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 75 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.47 |
| HSL | 62.95º | 0.29% | 0.41% | - |
| HSV(B) | 62.95º | 0.45% | 0.53% | - |
| XYZ | 19.75 | 23.1 | 10.08 | - |
| YUV | 128.15 | 98.01 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 75 | 0.02 | 0 | 0.45 | 0.47 | 62.95 | 0.29 | 0.41 |
| Hex | 85 | 88 | 4B | 2 | 0 | 2D | 2F | 3F | 1D | 29 |
| Octal | 205 | 210 | 113 | 2 | 0 | 55 | 57 | 77 | 35 | 51 |
| Binary | 10000101 | 10001000 | 1001011 | 10 | 0 | 101101 | 101111 | 111111 | 11101 | 101001 |
Color Harmonies of #85884B
Complementary color
Monochromatic Colors of #85884B
Black with #85884B
Text Example
Text Example
White with #85884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85884B; }
p { color: rgb(133,136,75); }
H1.HeaderClassName
{
color: #85884B;
}
.AnyTagClassName
{
color: #85884B;
}
</style>
background-color css
<style>
a { background-color: #85884B; }
a { background-color: rgb(133,136,75); }
div.DivClassName
{
background-color: #85884B;
}
.BgClassName
{
background-color: #85884B;
}
</style>
border-color css
<style>
span { border-color: #85884B; }
span { border-color: rgb(133,136,75); }
td.TdClassName
{
border-color: #85884B;
}
.TagClassName
{
border-color: #85884B;
}
</style>