Shades of Highball #858448
Tints of Highball #858448
RGB
CMYK
RGB Variations
Color information
#858448 (or 0x858448) is known color: Highball. HEX triplet: 85, 84 and 48. RGB value is (133,132,72). Sum of RGB (Red+Green+Blue) = 133+132+72=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #858448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858448 is #7A7BB7. Grayscale: #7D7D7D. Windows color (decimal): -8027064 or 4752517. OLE color: 4752517.
HSL color Cylindrical-coordinate representation of color #858448: hue angle of 59.02º 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 #858448 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 72 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.48 |
| HSL | 59.02º | 0.3% | 0.4% | - |
| HSV(B) | 59.02º | 0.46% | 0.52% | - |
| XYZ | 19.09 | 21.96 | 9.36 | - |
| YUV | 125.46 | 97.83 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 72 | 0 | 0.01 | 0.46 | 0.48 | 59.02 | 0.3 | 0.4 |
| Hex | 85 | 84 | 48 | 0 | 1 | 2E | 30 | 3B | 1E | 28 |
| Octal | 205 | 204 | 110 | 0 | 1 | 56 | 60 | 73 | 36 | 50 |
| Binary | 10000101 | 10000100 | 1001000 | 0 | 1 | 101110 | 110000 | 111011 | 11110 | 101000 |
Color Harmonies of #858448
Complementary color
Monochromatic Colors of #858448
Black with #858448
Text Example
Text Example
White with #858448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858448; }
p { color: rgb(133,132,72); }
H1.HeaderClassName
{
color: #858448;
}
.AnyTagClassName
{
color: #858448;
}
</style>
background-color css
<style>
a { background-color: #858448; }
a { background-color: rgb(133,132,72); }
div.DivClassName
{
background-color: #858448;
}
.BgClassName
{
background-color: #858448;
}
</style>
border-color css
<style>
span { border-color: #858448; }
span { border-color: rgb(133,132,72); }
td.TdClassName
{
border-color: #858448;
}
.TagClassName
{
border-color: #858448;
}
</style>