Shades of Highball #848341
Tints of Highball #848341
RGB
CMYK
RGB Variations
Color information
#848341 (or 0x848341) is known color: Highball. HEX triplet: 84, 83 and 41. RGB value is (132,131,65). Sum of RGB (Red+Green+Blue) = 132+131+65=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #848341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848341 is #7B7CBE. Grayscale: #7C7C7C. Windows color (decimal): -8092863 or 4293508. OLE color: 4293508.
HSL color Cylindrical-coordinate representation of color #848341: hue angle of 59.1º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #848341 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 131 | 65 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.48 |
| HSL | 59.1º | 0.34% | 0.39% | - |
| HSV(B) | 59.1º | 0.51% | 0.52% | - |
| XYZ | 18.59 | 21.52 | 8.18 | - |
| YUV | 123.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 65 | 0 | 0.01 | 0.51 | 0.48 | 59.1 | 0.34 | 0.39 |
| Hex | 84 | 83 | 41 | 0 | 1 | 33 | 30 | 3B | 22 | 27 |
| Octal | 204 | 203 | 101 | 0 | 1 | 63 | 60 | 73 | 42 | 47 |
| Binary | 10000100 | 10000011 | 1000001 | 0 | 1 | 110011 | 110000 | 111011 | 100010 | 100111 |
Color Harmonies of #848341
Complementary color
Monochromatic Colors of #848341
Black with #848341
Text Example
Text Example
White with #848341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848341; }
p { color: rgb(132,131,65); }
H1.HeaderClassName
{
color: #848341;
}
.AnyTagClassName
{
color: #848341;
}
</style>
background-color css
<style>
a { background-color: #848341; }
a { background-color: rgb(132,131,65); }
div.DivClassName
{
background-color: #848341;
}
.BgClassName
{
background-color: #848341;
}
</style>
border-color css
<style>
span { border-color: #848341; }
span { border-color: rgb(132,131,65); }
td.TdClassName
{
border-color: #848341;
}
.TagClassName
{
border-color: #848341;
}
</style>