Shades of Highball #948535
Tints of Highball #948535
RGB
CMYK
RGB Variations
Color information
#948535 (or 0x948535) is known color: Highball. HEX triplet: 94, 85 and 35. RGB value is (148,133,53). Sum of RGB (Red+Green+Blue) = 148+133+53=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #948535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948535 is #6B7ACA. Grayscale: #808080. Windows color (decimal): -7043787 or 3507604. OLE color: 3507604.
HSL color Cylindrical-coordinate representation of color #948535: hue angle of 50.53º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #948535 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 133 | 53 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.42 |
| HSL | 50.53º | 0.47% | 0.39% | - |
| HSV(B) | 50.53º | 0.64% | 0.58% | - |
| XYZ | 21.24 | 23.33 | 6.75 | - |
| YUV | 128.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 53 | 0 | 0.10 | 0.64 | 0.42 | 50.53 | 0.47 | 0.39 |
| Hex | 94 | 85 | 35 | 0 | A | 40 | 2A | 33 | 2F | 27 |
| Octal | 224 | 205 | 65 | 0 | 12 | 100 | 52 | 63 | 57 | 47 |
| Binary | 10010100 | 10000101 | 110101 | 0 | 1010 | 1000000 | 101010 | 110011 | 101111 | 100111 |
Color Harmonies of #948535
Complementary color
Monochromatic Colors of #948535
Black with #948535
Text Example
Text Example
White with #948535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948535; }
p { color: rgb(148,133,53); }
H1.HeaderClassName
{
color: #948535;
}
.AnyTagClassName
{
color: #948535;
}
</style>
background-color css
<style>
a { background-color: #948535; }
a { background-color: rgb(148,133,53); }
div.DivClassName
{
background-color: #948535;
}
.BgClassName
{
background-color: #948535;
}
</style>
border-color css
<style>
span { border-color: #948535; }
span { border-color: rgb(148,133,53); }
td.TdClassName
{
border-color: #948535;
}
.TagClassName
{
border-color: #948535;
}
</style>