Shades of Highball #85874C
Tints of Highball #85874C
RGB
CMYK
RGB Variations
Color information
#85874C (or 0x85874C) is known color: Highball. HEX triplet: 85, 87 and 4C. RGB value is (133,135,76). Sum of RGB (Red+Green+Blue) = 133+135+76=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #85874C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85874C is #7A78B3. Grayscale: #7F7F7F. Windows color (decimal): -8026292 or 5015429. OLE color: 5015429.
HSL color Cylindrical-coordinate representation of color #85874C: hue angle of 62.03º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85874C is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 76 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.47 |
| HSL | 62.03º | 0.28% | 0.41% | - |
| HSV(B) | 62.03º | 0.44% | 0.53% | - |
| XYZ | 19.64 | 22.84 | 10.21 | - |
| YUV | 127.68 | 98.84 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 76 | 0.01 | 0 | 0.44 | 0.47 | 62.03 | 0.28 | 0.41 |
| Hex | 85 | 87 | 4C | 1 | 0 | 2C | 2F | 3E | 1C | 29 |
| Octal | 205 | 207 | 114 | 1 | 0 | 54 | 57 | 76 | 34 | 51 |
| Binary | 10000101 | 10000111 | 1001100 | 1 | 0 | 101100 | 101111 | 111110 | 11100 | 101001 |
Color Harmonies of #85874C
Complementary color
Monochromatic Colors of #85874C
Black with #85874C
Text Example
Text Example
White with #85874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85874C; }
p { color: rgb(133,135,76); }
H1.HeaderClassName
{
color: #85874C;
}
.AnyTagClassName
{
color: #85874C;
}
</style>
background-color css
<style>
a { background-color: #85874C; }
a { background-color: rgb(133,135,76); }
div.DivClassName
{
background-color: #85874C;
}
.BgClassName
{
background-color: #85874C;
}
</style>
border-color css
<style>
span { border-color: #85874C; }
span { border-color: rgb(133,135,76); }
td.TdClassName
{
border-color: #85874C;
}
.TagClassName
{
border-color: #85874C;
}
</style>