Shades of Highball #858148
Tints of Highball #858148
RGB
CMYK
RGB Variations
Color information
#858148 (or 0x858148) is known color: Highball. HEX triplet: 85, 81 and 48. RGB value is (133,129,72). Sum of RGB (Red+Green+Blue) = 133+129+72=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #858148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858148 is #7A7EB7. Grayscale: #7B7B7B. Windows color (decimal): -8027832 or 4751749. OLE color: 4751749.
HSL color Cylindrical-coordinate representation of color #858148: hue angle of 56.07º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #858148 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 129 | 72 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.48 |
| HSL | 56.07º | 0.3% | 0.4% | - |
| HSV(B) | 56.07º | 0.46% | 0.52% | - |
| XYZ | 18.69 | 21.15 | 9.23 | - |
| YUV | 123.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 72 | 0 | 0.03 | 0.46 | 0.48 | 56.07 | 0.3 | 0.4 |
| Hex | 85 | 81 | 48 | 0 | 3 | 2E | 30 | 38 | 1E | 28 |
| Octal | 205 | 201 | 110 | 0 | 3 | 56 | 60 | 70 | 36 | 50 |
| Binary | 10000101 | 10000001 | 1001000 | 0 | 11 | 101110 | 110000 | 111000 | 11110 | 101000 |
Color Harmonies of #858148
Complementary color
Monochromatic Colors of #858148
Black with #858148
Text Example
Text Example
White with #858148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858148; }
p { color: rgb(133,129,72); }
H1.HeaderClassName
{
color: #858148;
}
.AnyTagClassName
{
color: #858148;
}
</style>
background-color css
<style>
a { background-color: #858148; }
a { background-color: rgb(133,129,72); }
div.DivClassName
{
background-color: #858148;
}
.BgClassName
{
background-color: #858148;
}
</style>
border-color css
<style>
span { border-color: #858148; }
span { border-color: rgb(133,129,72); }
td.TdClassName
{
border-color: #858148;
}
.TagClassName
{
border-color: #858148;
}
</style>