Shades of Highball #93843B
Tints of Highball #93843B
RGB
CMYK
RGB Variations
Color information
#93843B (or 0x93843B) is known color: Highball. HEX triplet: 93, 84 and 3B. RGB value is (147,132,59). Sum of RGB (Red+Green+Blue) = 147+132+59=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #93843B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93843B is #6C7BC4. Grayscale: #808080. Windows color (decimal): -7109573 or 3900563. OLE color: 3900563.
HSL color Cylindrical-coordinate representation of color #93843B: hue angle of 49.77º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93843B is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 132 | 59 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.42 |
| HSL | 49.77º | 0.43% | 0.4% | - |
| HSV(B) | 49.77º | 0.6% | 0.58% | - |
| XYZ | 21.07 | 23.02 | 7.47 | - |
| YUV | 128.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 132 | 59 | 0 | 0.10 | 0.60 | 0.42 | 49.77 | 0.43 | 0.4 |
| Hex | 93 | 84 | 3B | 0 | A | 3C | 2A | 32 | 2B | 28 |
| Octal | 223 | 204 | 73 | 0 | 12 | 74 | 52 | 62 | 53 | 50 |
| Binary | 10010011 | 10000100 | 111011 | 0 | 1010 | 111100 | 101010 | 110010 | 101011 | 101000 |
Color Harmonies of #93843B
Complementary color
Monochromatic Colors of #93843B
Black with #93843B
Text Example
Text Example
White with #93843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93843B; }
p { color: rgb(147,132,59); }
H1.HeaderClassName
{
color: #93843B;
}
.AnyTagClassName
{
color: #93843B;
}
</style>
background-color css
<style>
a { background-color: #93843B; }
a { background-color: rgb(147,132,59); }
div.DivClassName
{
background-color: #93843B;
}
.BgClassName
{
background-color: #93843B;
}
</style>
border-color css
<style>
span { border-color: #93843B; }
span { border-color: rgb(147,132,59); }
td.TdClassName
{
border-color: #93843B;
}
.TagClassName
{
border-color: #93843B;
}
</style>