Shades of Highball #838242
Tints of Highball #838242
RGB
CMYK
RGB Variations
Color information
#838242 (or 0x838242) is known color: Highball. HEX triplet: 83, 82 and 42. RGB value is (131,130,66). Sum of RGB (Red+Green+Blue) = 131+130+66=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #838242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838242 is #7C7DBD. Grayscale: #7B7B7B. Windows color (decimal): -8158654 or 4358787. OLE color: 4358787.
HSL color Cylindrical-coordinate representation of color #838242: hue angle of 59.08º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #838242 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 130 | 66 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.49 |
| HSL | 59.08º | 0.33% | 0.39% | - |
| HSV(B) | 59.08º | 0.5% | 0.51% | - |
| XYZ | 18.33 | 21.18 | 8.28 | - |
| YUV | 123 | 95.83 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 130 | 66 | 0 | 0.01 | 0.50 | 0.49 | 59.08 | 0.33 | 0.39 |
| Hex | 83 | 82 | 42 | 0 | 1 | 32 | 31 | 3B | 21 | 27 |
| Octal | 203 | 202 | 102 | 0 | 1 | 62 | 61 | 73 | 41 | 47 |
| Binary | 10000011 | 10000010 | 1000010 | 0 | 1 | 110010 | 110001 | 111011 | 100001 | 100111 |
Color Harmonies of #838242
Complementary color
Monochromatic Colors of #838242
Black with #838242
Text Example
Text Example
White with #838242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838242; }
p { color: rgb(131,130,66); }
H1.HeaderClassName
{
color: #838242;
}
.AnyTagClassName
{
color: #838242;
}
</style>
background-color css
<style>
a { background-color: #838242; }
a { background-color: rgb(131,130,66); }
div.DivClassName
{
background-color: #838242;
}
.BgClassName
{
background-color: #838242;
}
</style>
border-color css
<style>
span { border-color: #838242; }
span { border-color: rgb(131,130,66); }
td.TdClassName
{
border-color: #838242;
}
.TagClassName
{
border-color: #838242;
}
</style>