Shades of Highball #94853C
Tints of Highball #94853C
RGB
CMYK
RGB Variations
Color information
#94853C (or 0x94853C) is known color: Highball. HEX triplet: 94, 85 and 3C. RGB value is (148,133,60). Sum of RGB (Red+Green+Blue) = 148+133+60=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #94853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94853C is #6B7AC3. Grayscale: #818181. Windows color (decimal): -7043780 or 3966356. OLE color: 3966356.
HSL color Cylindrical-coordinate representation of color #94853C: hue angle of 49.77º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94853C is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 133 | 60 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.42 |
| HSL | 49.77º | 0.42% | 0.41% | - |
| HSV(B) | 49.77º | 0.59% | 0.58% | - |
| XYZ | 21.42 | 23.4 | 7.66 | - |
| YUV | 129.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 60 | 0 | 0.10 | 0.59 | 0.42 | 49.77 | 0.42 | 0.41 |
| Hex | 94 | 85 | 3C | 0 | A | 3B | 2A | 32 | 2A | 29 |
| Octal | 224 | 205 | 74 | 0 | 12 | 73 | 52 | 62 | 52 | 51 |
| Binary | 10010100 | 10000101 | 111100 | 0 | 1010 | 111011 | 101010 | 110010 | 101010 | 101001 |
Color Harmonies of #94853C
Complementary color
Monochromatic Colors of #94853C
Black with #94853C
Text Example
Text Example
White with #94853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94853C; }
p { color: rgb(148,133,60); }
H1.HeaderClassName
{
color: #94853C;
}
.AnyTagClassName
{
color: #94853C;
}
</style>
background-color css
<style>
a { background-color: #94853C; }
a { background-color: rgb(148,133,60); }
div.DivClassName
{
background-color: #94853C;
}
.BgClassName
{
background-color: #94853C;
}
</style>
border-color css
<style>
span { border-color: #94853C; }
span { border-color: rgb(148,133,60); }
td.TdClassName
{
border-color: #94853C;
}
.TagClassName
{
border-color: #94853C;
}
</style>