Shades of Highball #94853D
Tints of Highball #94853D
RGB
CMYK
RGB Variations
Color information
#94853D (or 0x94853D) is known color: Highball. HEX triplet: 94, 85 and 3D. RGB value is (148,133,61). Sum of RGB (Red+Green+Blue) = 148+133+61=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #94853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94853D is #6B7AC2. Grayscale: #818181. Windows color (decimal): -7043779 or 4031892. OLE color: 4031892.
HSL color Cylindrical-coordinate representation of color #94853D: hue angle of 49.66º 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 #94853D is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 133 | 61 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.42 |
| HSL | 49.66º | 0.42% | 0.41% | - |
| HSV(B) | 49.66º | 0.59% | 0.58% | - |
| XYZ | 21.44 | 23.41 | 7.8 | - |
| YUV | 129.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 61 | 0 | 0.10 | 0.59 | 0.42 | 49.66 | 0.42 | 0.41 |
| Hex | 94 | 85 | 3D | 0 | A | 3B | 2A | 32 | 2A | 29 |
| Octal | 224 | 205 | 75 | 0 | 12 | 73 | 52 | 62 | 52 | 51 |
| Binary | 10010100 | 10000101 | 111101 | 0 | 1010 | 111011 | 101010 | 110010 | 101010 | 101001 |
Color Harmonies of #94853D
Complementary color
Monochromatic Colors of #94853D
Black with #94853D
Text Example
Text Example
White with #94853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94853D; }
p { color: rgb(148,133,61); }
H1.HeaderClassName
{
color: #94853D;
}
.AnyTagClassName
{
color: #94853D;
}
</style>
background-color css
<style>
a { background-color: #94853D; }
a { background-color: rgb(148,133,61); }
div.DivClassName
{
background-color: #94853D;
}
.BgClassName
{
background-color: #94853D;
}
</style>
border-color css
<style>
span { border-color: #94853D; }
span { border-color: rgb(148,133,61); }
td.TdClassName
{
border-color: #94853D;
}
.TagClassName
{
border-color: #94853D;
}
</style>