Shades of Highball #93853F
Tints of Highball #93853F
RGB
CMYK
RGB Variations
Color information
#93853F (or 0x93853F) is known color: Highball. HEX triplet: 93, 85 and 3F. RGB value is (147,133,63). Sum of RGB (Red+Green+Blue) = 147+133+63=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #93853F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93853F is #6C7AC0. Grayscale: #818181. Windows color (decimal): -7109313 or 4162963. OLE color: 4162963.
HSL color Cylindrical-coordinate representation of color #93853F: hue angle of 50º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93853F is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 133 | 63 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.42 |
| HSL | 50º | 0.4% | 0.41% | - |
| HSV(B) | 50º | 0.57% | 0.58% | - |
| XYZ | 21.32 | 23.34 | 8.08 | - |
| YUV | 129.21 | 90.64 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 63 | 0 | 0.10 | 0.57 | 0.42 | 50 | 0.4 | 0.41 |
| Hex | 93 | 85 | 3F | 0 | A | 39 | 2A | 32 | 28 | 29 |
| Octal | 223 | 205 | 77 | 0 | 12 | 71 | 52 | 62 | 50 | 51 |
| Binary | 10010011 | 10000101 | 111111 | 0 | 1010 | 111001 | 101010 | 110010 | 101000 | 101001 |
Color Harmonies of #93853F
Complementary color
Monochromatic Colors of #93853F
Black with #93853F
Text Example
Text Example
White with #93853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93853F; }
p { color: rgb(147,133,63); }
H1.HeaderClassName
{
color: #93853F;
}
.AnyTagClassName
{
color: #93853F;
}
</style>
background-color css
<style>
a { background-color: #93853F; }
a { background-color: rgb(147,133,63); }
div.DivClassName
{
background-color: #93853F;
}
.BgClassName
{
background-color: #93853F;
}
</style>
border-color css
<style>
span { border-color: #93853F; }
span { border-color: rgb(147,133,63); }
td.TdClassName
{
border-color: #93853F;
}
.TagClassName
{
border-color: #93853F;
}
</style>