Shades of Highball #94884C
Tints of Highball #94884C
RGB
CMYK
RGB Variations
Color information
#94884C (or 0x94884C) is known color: Highball. HEX triplet: 94, 88 and 4C. RGB value is (148,136,76). Sum of RGB (Red+Green+Blue) = 148+136+76=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #94884C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94884C is #6B77B3. Grayscale: #858585. Windows color (decimal): -7042996 or 5015700. OLE color: 5015700.
HSL color Cylindrical-coordinate representation of color #94884C: hue angle of 50º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94884C is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 76 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.42 |
| HSL | 50º | 0.32% | 0.44% | - |
| HSV(B) | 50º | 0.49% | 0.58% | - |
| XYZ | 22.32 | 24.43 | 10.38 | - |
| YUV | 132.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 76 | 0 | 0.08 | 0.49 | 0.42 | 50 | 0.32 | 0.44 |
| Hex | 94 | 88 | 4C | 0 | 8 | 31 | 2A | 32 | 20 | 2C |
| Octal | 224 | 210 | 114 | 0 | 10 | 61 | 52 | 62 | 40 | 54 |
| Binary | 10010100 | 10001000 | 1001100 | 0 | 1000 | 110001 | 101010 | 110010 | 100000 | 101100 |
Color Harmonies of #94884C
Complementary color
Monochromatic Colors of #94884C
Black with #94884C
Text Example
Text Example
White with #94884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94884C; }
p { color: rgb(148,136,76); }
H1.HeaderClassName
{
color: #94884C;
}
.AnyTagClassName
{
color: #94884C;
}
</style>
background-color css
<style>
a { background-color: #94884C; }
a { background-color: rgb(148,136,76); }
div.DivClassName
{
background-color: #94884C;
}
.BgClassName
{
background-color: #94884C;
}
</style>
border-color css
<style>
span { border-color: #94884C; }
span { border-color: rgb(148,136,76); }
td.TdClassName
{
border-color: #94884C;
}
.TagClassName
{
border-color: #94884C;
}
</style>