Shades of Highball #838239
Tints of Highball #838239
RGB
CMYK
RGB Variations
Color information
#838239 (or 0x838239) is known color: Highball. HEX triplet: 83, 82 and 39. RGB value is (131,130,57). Sum of RGB (Red+Green+Blue) = 131+130+57=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 131 - color contains mainly: red. Hex color #838239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838239 is #7C7DC6. Grayscale: #7A7A7A. Windows color (decimal): -8158663 or 3768963. OLE color: 3768963.
HSL color Cylindrical-coordinate representation of color #838239: hue angle of 59.19º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #838239 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 130 | 57 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.49 |
| HSL | 59.19º | 0.39% | 0.37% | - |
| HSV(B) | 59.19º | 0.56% | 0.51% | - |
| XYZ | 18.08 | 21.09 | 6.99 | - |
| YUV | 121.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 130 | 57 | 0 | 0.01 | 0.56 | 0.49 | 59.19 | 0.39 | 0.37 |
| Hex | 83 | 82 | 39 | 0 | 1 | 38 | 31 | 3B | 27 | 25 |
| Octal | 203 | 202 | 71 | 0 | 1 | 70 | 61 | 73 | 47 | 45 |
| Binary | 10000011 | 10000010 | 111001 | 0 | 1 | 111000 | 110001 | 111011 | 100111 | 100101 |
Color Harmonies of #838239
Complementary color
Monochromatic Colors of #838239
Black with #838239
Text Example
Text Example
White with #838239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838239; }
p { color: rgb(131,130,57); }
H1.HeaderClassName
{
color: #838239;
}
.AnyTagClassName
{
color: #838239;
}
</style>
background-color css
<style>
a { background-color: #838239; }
a { background-color: rgb(131,130,57); }
div.DivClassName
{
background-color: #838239;
}
.BgClassName
{
background-color: #838239;
}
</style>
border-color css
<style>
span { border-color: #838239; }
span { border-color: rgb(131,130,57); }
td.TdClassName
{
border-color: #838239;
}
.TagClassName
{
border-color: #838239;
}
</style>