Shades of Highball #85874D
Tints of Highball #85874D
RGB
CMYK
RGB Variations
Color information
#85874D (or 0x85874D) is known color: Highball. HEX triplet: 85, 87 and 4D. RGB value is (133,135,77). Sum of RGB (Red+Green+Blue) = 133+135+77=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #85874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85874D is #7A78B2. Grayscale: #808080. Windows color (decimal): -8026291 or 5080965. OLE color: 5080965.
HSL color Cylindrical-coordinate representation of color #85874D: hue angle of 62.07º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85874D is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 77 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.47 |
| HSL | 62.07º | 0.27% | 0.42% | - |
| HSV(B) | 62.07º | 0.43% | 0.53% | - |
| XYZ | 19.68 | 22.85 | 10.39 | - |
| YUV | 127.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 77 | 0.01 | 0 | 0.43 | 0.47 | 62.07 | 0.27 | 0.42 |
| Hex | 85 | 87 | 4D | 1 | 0 | 2B | 2F | 3E | 1B | 2A |
| Octal | 205 | 207 | 115 | 1 | 0 | 53 | 57 | 76 | 33 | 52 |
| Binary | 10000101 | 10000111 | 1001101 | 1 | 0 | 101011 | 101111 | 111110 | 11011 | 101010 |
Color Harmonies of #85874D
Complementary color
Monochromatic Colors of #85874D
Black with #85874D
Text Example
Text Example
White with #85874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85874D; }
p { color: rgb(133,135,77); }
H1.HeaderClassName
{
color: #85874D;
}
.AnyTagClassName
{
color: #85874D;
}
</style>
background-color css
<style>
a { background-color: #85874D; }
a { background-color: rgb(133,135,77); }
div.DivClassName
{
background-color: #85874D;
}
.BgClassName
{
background-color: #85874D;
}
</style>
border-color css
<style>
span { border-color: #85874D; }
span { border-color: rgb(133,135,77); }
td.TdClassName
{
border-color: #85874D;
}
.TagClassName
{
border-color: #85874D;
}
</style>