Shades of Highball #908E53
Tints of Highball #908E53
RGB
CMYK
RGB Variations
Color information
#908E53 (or 0x908E53) is known color: Highball. HEX triplet: 90, 8E and 53. RGB value is (144,142,83). Sum of RGB (Red+Green+Blue) = 144+142+83=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 144 - color contains mainly: red. Hex color #908E53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E53 is #6F71AC. Grayscale: #888888. Windows color (decimal): -7303597 or 5475984. OLE color: 5475984.
HSL color Cylindrical-coordinate representation of color #908E53: hue angle of 58.03º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #908E53 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 142 | 83 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.44 |
| HSL | 58.03º | 0.27% | 0.45% | - |
| HSV(B) | 58.03º | 0.42% | 0.56% | - |
| XYZ | 22.74 | 25.9 | 11.98 | - |
| YUV | 135.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 83 | 0 | 0.01 | 0.42 | 0.44 | 58.03 | 0.27 | 0.45 |
| Hex | 90 | 8E | 53 | 0 | 1 | 2A | 2C | 3A | 1B | 2D |
| Octal | 220 | 216 | 123 | 0 | 1 | 52 | 54 | 72 | 33 | 55 |
| Binary | 10010000 | 10001110 | 1010011 | 0 | 1 | 101010 | 101100 | 111010 | 11011 | 101101 |
Color Harmonies of #908E53
Complementary color
Monochromatic Colors of #908E53
Black with #908E53
Text Example
Text Example
White with #908E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908E53; }
p { color: rgb(144,142,83); }
H1.HeaderClassName
{
color: #908E53;
}
.AnyTagClassName
{
color: #908E53;
}
</style>
background-color css
<style>
a { background-color: #908E53; }
a { background-color: rgb(144,142,83); }
div.DivClassName
{
background-color: #908E53;
}
.BgClassName
{
background-color: #908E53;
}
</style>
border-color css
<style>
span { border-color: #908E53; }
span { border-color: rgb(144,142,83); }
td.TdClassName
{
border-color: #908E53;
}
.TagClassName
{
border-color: #908E53;
}
</style>