Shades of Highball #94893A
Tints of Highball #94893A
RGB
CMYK
RGB Variations
Color information
#94893A (or 0x94893A) is known color: Highball. HEX triplet: 94, 89 and 3A. RGB value is (148,137,58). Sum of RGB (Red+Green+Blue) = 148+137+58=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94893A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94893A is #6B76C5. Grayscale: #838383. Windows color (decimal): -7042758 or 3836308. OLE color: 3836308.
HSL color Cylindrical-coordinate representation of color #94893A: hue angle of 52.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94893A is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 137 | 58 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.42 |
| HSL | 52.67º | 0.44% | 0.4% | - |
| HSV(B) | 52.67º | 0.61% | 0.58% | - |
| XYZ | 21.92 | 24.49 | 7.58 | - |
| YUV | 131.28 | 86.64 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 137 | 58 | 0 | 0.07 | 0.61 | 0.42 | 52.67 | 0.44 | 0.4 |
| Hex | 94 | 89 | 3A | 0 | 7 | 3D | 2A | 35 | 2C | 28 |
| Octal | 224 | 211 | 72 | 0 | 7 | 75 | 52 | 65 | 54 | 50 |
| Binary | 10010100 | 10001001 | 111010 | 0 | 111 | 111101 | 101010 | 110101 | 101100 | 101000 |
Color Harmonies of #94893A
Complementary color
Monochromatic Colors of #94893A
Black with #94893A
Text Example
Text Example
White with #94893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94893A; }
p { color: rgb(148,137,58); }
H1.HeaderClassName
{
color: #94893A;
}
.AnyTagClassName
{
color: #94893A;
}
</style>
background-color css
<style>
a { background-color: #94893A; }
a { background-color: rgb(148,137,58); }
div.DivClassName
{
background-color: #94893A;
}
.BgClassName
{
background-color: #94893A;
}
</style>
border-color css
<style>
span { border-color: #94893A; }
span { border-color: rgb(148,137,58); }
td.TdClassName
{
border-color: #94893A;
}
.TagClassName
{
border-color: #94893A;
}
</style>