Shades of Highball #90833A
Tints of Highball #90833A
RGB
CMYK
RGB Variations
Color information
#90833A (or 0x90833A) is known color: Highball. HEX triplet: 90, 83 and 3A. RGB value is (144,131,58). Sum of RGB (Red+Green+Blue) = 144+131+58=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 144 - color contains mainly: red. Hex color #90833A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90833A is #6F7CC5. Grayscale: #7E7E7E. Windows color (decimal): -7306438 or 3834768. OLE color: 3834768.
HSL color Cylindrical-coordinate representation of color #90833A: hue angle of 50.93º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90833A is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 131 | 58 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.44 |
| HSL | 50.93º | 0.43% | 0.4% | - |
| HSV(B) | 50.93º | 0.6% | 0.56% | - |
| XYZ | 20.38 | 22.47 | 7.27 | - |
| YUV | 126.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 58 | 0 | 0.09 | 0.60 | 0.44 | 50.93 | 0.43 | 0.4 |
| Hex | 90 | 83 | 3A | 0 | 9 | 3C | 2C | 33 | 2B | 28 |
| Octal | 220 | 203 | 72 | 0 | 11 | 74 | 54 | 63 | 53 | 50 |
| Binary | 10010000 | 10000011 | 111010 | 0 | 1001 | 111100 | 101100 | 110011 | 101011 | 101000 |
Color Harmonies of #90833A
Complementary color
Monochromatic Colors of #90833A
Black with #90833A
Text Example
Text Example
White with #90833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90833A; }
p { color: rgb(144,131,58); }
H1.HeaderClassName
{
color: #90833A;
}
.AnyTagClassName
{
color: #90833A;
}
</style>
background-color css
<style>
a { background-color: #90833A; }
a { background-color: rgb(144,131,58); }
div.DivClassName
{
background-color: #90833A;
}
.BgClassName
{
background-color: #90833A;
}
</style>
border-color css
<style>
span { border-color: #90833A; }
span { border-color: rgb(144,131,58); }
td.TdClassName
{
border-color: #90833A;
}
.TagClassName
{
border-color: #90833A;
}
</style>