Shades of Highball #838441
Tints of Highball #838441
RGB
CMYK
RGB Variations
Color information
#838441 (or 0x838441) is known color: Highball. HEX triplet: 83, 84 and 41. RGB value is (131,132,65). Sum of RGB (Red+Green+Blue) = 131+132+65=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #838441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838441 is #7C7BBE. Grayscale: #7C7C7C. Windows color (decimal): -8158143 or 4293763. OLE color: 4293763.
HSL color Cylindrical-coordinate representation of color #838441: hue angle of 60.9º 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 #838441 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 132 | 65 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.48 |
| HSL | 60.9º | 0.34% | 0.39% | - |
| HSV(B) | 60.9º | 0.51% | 0.52% | - |
| XYZ | 18.57 | 21.71 | 8.21 | - |
| YUV | 124.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 132 | 65 | 0.01 | 0 | 0.51 | 0.48 | 60.9 | 0.34 | 0.39 |
| Hex | 83 | 84 | 41 | 1 | 0 | 33 | 30 | 3D | 22 | 27 |
| Octal | 203 | 204 | 101 | 1 | 0 | 63 | 60 | 75 | 42 | 47 |
| Binary | 10000011 | 10000100 | 1000001 | 1 | 0 | 110011 | 110000 | 111101 | 100010 | 100111 |
Color Harmonies of #838441
Complementary color
Monochromatic Colors of #838441
Black with #838441
Text Example
Text Example
White with #838441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838441; }
p { color: rgb(131,132,65); }
H1.HeaderClassName
{
color: #838441;
}
.AnyTagClassName
{
color: #838441;
}
</style>
background-color css
<style>
a { background-color: #838441; }
a { background-color: rgb(131,132,65); }
div.DivClassName
{
background-color: #838441;
}
.BgClassName
{
background-color: #838441;
}
</style>
border-color css
<style>
span { border-color: #838441; }
span { border-color: rgb(131,132,65); }
td.TdClassName
{
border-color: #838441;
}
.TagClassName
{
border-color: #838441;
}
</style>