Shades of Highball #848042
Tints of Highball #848042
RGB
CMYK
RGB Variations
Color information
#848042 (or 0x848042) is known color: Highball. HEX triplet: 84, 80 and 42. RGB value is (132,128,66). Sum of RGB (Red+Green+Blue) = 132+128+66=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #848042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848042 is #7B7FBD. Grayscale: #7A7A7A. Windows color (decimal): -8093630 or 4358276. OLE color: 4358276.
HSL color Cylindrical-coordinate representation of color #848042: hue angle of 56.36º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #848042 is Cyan = 0, Magento = 0.03, Yellow = 0.5 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 66 | - |
| CMYK | 0 | 0.03 | 0.5 | 0.48 |
| HSL | 56.36º | 0.33% | 0.39% | - |
| HSV(B) | 56.36º | 0.5% | 0.52% | - |
| XYZ | 18.22 | 20.74 | 8.2 | - |
| YUV | 122.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 66 | 0 | 0.03 | 0.5 | 0.48 | 56.36 | 0.33 | 0.39 |
| Hex | 84 | 80 | 42 | 0 | 3 | 32 | 30 | 38 | 21 | 27 |
| Octal | 204 | 200 | 102 | 0 | 3 | 62 | 60 | 70 | 41 | 47 |
| Binary | 10000100 | 10000000 | 1000010 | 0 | 11 | 110010 | 110000 | 111000 | 100001 | 100111 |
Color Harmonies of #848042
Complementary color
Monochromatic Colors of #848042
Black with #848042
Text Example
Text Example
White with #848042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848042; }
p { color: rgb(132,128,66); }
H1.HeaderClassName
{
color: #848042;
}
.AnyTagClassName
{
color: #848042;
}
</style>
background-color css
<style>
a { background-color: #848042; }
a { background-color: rgb(132,128,66); }
div.DivClassName
{
background-color: #848042;
}
.BgClassName
{
background-color: #848042;
}
</style>
border-color css
<style>
span { border-color: #848042; }
span { border-color: rgb(132,128,66); }
td.TdClassName
{
border-color: #848042;
}
.TagClassName
{
border-color: #848042;
}
</style>