Shades of Highball #85854A
Tints of Highball #85854A
RGB
CMYK
RGB Variations
Color information
#85854A (or 0x85854A) is known color: Highball. HEX triplet: 85, 85 and 4A. RGB value is (133,133,74). Sum of RGB (Red+Green+Blue) = 133+133+74=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85854A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85854A is #7A7AB5. Grayscale: #7E7E7E. Windows color (decimal): -8026806 or 4883845. OLE color: 4883845.
HSL color Cylindrical-coordinate representation of color #85854A: hue angle of 60º degrees, saturation: 0.29, 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 #85854A is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 133 | 74 | - |
| CMYK | 0 | 0 | 0.44 | 0.48 |
| HSL | 60º | 0.29% | 0.41% | - |
| HSV(B) | 60º | 0.44% | 0.52% | - |
| XYZ | 19.3 | 22.26 | 9.76 | - |
| YUV | 126.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 74 | 0 | 0 | 0.44 | 0.48 | 60 | 0.29 | 0.41 |
| Hex | 85 | 85 | 4A | 0 | 0 | 2C | 30 | 3C | 1D | 29 |
| Octal | 205 | 205 | 112 | 0 | 0 | 54 | 60 | 74 | 35 | 51 |
| Binary | 10000101 | 10000101 | 1001010 | 0 | 0 | 101100 | 110000 | 111100 | 11101 | 101001 |
Color Harmonies of #85854A
Complementary color
Monochromatic Colors of #85854A
Black with #85854A
Text Example
Text Example
White with #85854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85854A; }
p { color: rgb(133,133,74); }
H1.HeaderClassName
{
color: #85854A;
}
.AnyTagClassName
{
color: #85854A;
}
</style>
background-color css
<style>
a { background-color: #85854A; }
a { background-color: rgb(133,133,74); }
div.DivClassName
{
background-color: #85854A;
}
.BgClassName
{
background-color: #85854A;
}
</style>
border-color css
<style>
span { border-color: #85854A; }
span { border-color: rgb(133,133,74); }
td.TdClassName
{
border-color: #85854A;
}
.TagClassName
{
border-color: #85854A;
}
</style>