Shades of Highball #83803A
Tints of Highball #83803A
RGB
CMYK
RGB Variations
Color information
#83803A (or 0x83803A) is known color: Highball. HEX triplet: 83, 80 and 3A. RGB value is (131,128,58). Sum of RGB (Red+Green+Blue) = 131+128+58=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 131 - color contains mainly: red. Hex color #83803A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83803A is #7C7FC5. Grayscale: #797979. Windows color (decimal): -8159174 or 3833987. OLE color: 3833987.
HSL color Cylindrical-coordinate representation of color #83803A: hue angle of 57.53º 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 #83803A is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 128 | 58 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.49 |
| HSL | 57.53º | 0.39% | 0.37% | - |
| HSV(B) | 57.53º | 0.56% | 0.51% | - |
| XYZ | 17.84 | 20.57 | 7.03 | - |
| YUV | 120.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 58 | 0 | 0.02 | 0.56 | 0.49 | 57.53 | 0.39 | 0.37 |
| Hex | 83 | 80 | 3A | 0 | 2 | 38 | 31 | 3A | 27 | 25 |
| Octal | 203 | 200 | 72 | 0 | 2 | 70 | 61 | 72 | 47 | 45 |
| Binary | 10000011 | 10000000 | 111010 | 0 | 10 | 111000 | 110001 | 111010 | 100111 | 100101 |
Color Harmonies of #83803A
Complementary color
Monochromatic Colors of #83803A
Black with #83803A
Text Example
Text Example
White with #83803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83803A; }
p { color: rgb(131,128,58); }
H1.HeaderClassName
{
color: #83803A;
}
.AnyTagClassName
{
color: #83803A;
}
</style>
background-color css
<style>
a { background-color: #83803A; }
a { background-color: rgb(131,128,58); }
div.DivClassName
{
background-color: #83803A;
}
.BgClassName
{
background-color: #83803A;
}
</style>
border-color css
<style>
span { border-color: #83803A; }
span { border-color: rgb(131,128,58); }
td.TdClassName
{
border-color: #83803A;
}
.TagClassName
{
border-color: #83803A;
}
</style>