Shades of Highball #858234
Tints of Highball #858234
RGB
CMYK
RGB Variations
Color information
#858234 (or 0x858234) is known color: Highball. HEX triplet: 85, 82 and 34. RGB value is (133,130,52). Sum of RGB (Red+Green+Blue) = 133+130+52=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #858234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858234 is #7A7DCB. Grayscale: #7A7A7A. Windows color (decimal): -8027596 or 3441285. OLE color: 3441285.
HSL color Cylindrical-coordinate representation of color #858234: hue angle of 57.78º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #858234 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 52 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.48 |
| HSL | 57.78º | 0.44% | 0.36% | - |
| HSV(B) | 57.78º | 0.61% | 0.52% | - |
| XYZ | 18.28 | 21.2 | 6.38 | - |
| YUV | 122.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 52 | 0 | 0.02 | 0.61 | 0.48 | 57.78 | 0.44 | 0.36 |
| Hex | 85 | 82 | 34 | 0 | 2 | 3D | 30 | 3A | 2C | 24 |
| Octal | 205 | 202 | 64 | 0 | 2 | 75 | 60 | 72 | 54 | 44 |
| Binary | 10000101 | 10000010 | 110100 | 0 | 10 | 111101 | 110000 | 111010 | 101100 | 100100 |
Color Harmonies of #858234
Complementary color
Monochromatic Colors of #858234
Black with #858234
Text Example
Text Example
White with #858234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858234; }
p { color: rgb(133,130,52); }
H1.HeaderClassName
{
color: #858234;
}
.AnyTagClassName
{
color: #858234;
}
</style>
background-color css
<style>
a { background-color: #858234; }
a { background-color: rgb(133,130,52); }
div.DivClassName
{
background-color: #858234;
}
.BgClassName
{
background-color: #858234;
}
</style>
border-color css
<style>
span { border-color: #858234; }
span { border-color: rgb(133,130,52); }
td.TdClassName
{
border-color: #858234;
}
.TagClassName
{
border-color: #858234;
}
</style>