Shades of Highball #93803C
Tints of Highball #93803C
RGB
CMYK
RGB Variations
Color information
#93803C (or 0x93803C) is known color: Highball. HEX triplet: 93, 80 and 3C. RGB value is (147,128,60). Sum of RGB (Red+Green+Blue) = 147+128+60=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #93803C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93803C is #6C7FC3. Grayscale: #7E7E7E. Windows color (decimal): -7110596 or 3965075. OLE color: 3965075.
HSL color Cylindrical-coordinate representation of color #93803C: hue angle of 46.9º 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 #93803C is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 128 | 60 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.42 |
| HSL | 46.9º | 0.42% | 0.41% | - |
| HSV(B) | 46.9º | 0.59% | 0.58% | - |
| XYZ | 20.57 | 21.97 | 7.43 | - |
| YUV | 125.93 | 90.79 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 60 | 0 | 0.13 | 0.59 | 0.42 | 46.9 | 0.42 | 0.41 |
| Hex | 93 | 80 | 3C | 0 | D | 3B | 2A | 2F | 2A | 29 |
| Octal | 223 | 200 | 74 | 0 | 15 | 73 | 52 | 57 | 52 | 51 |
| Binary | 10010011 | 10000000 | 111100 | 0 | 1101 | 111011 | 101010 | 101111 | 101010 | 101001 |
Color Harmonies of #93803C
Complementary color
Monochromatic Colors of #93803C
Black with #93803C
Text Example
Text Example
White with #93803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93803C; }
p { color: rgb(147,128,60); }
H1.HeaderClassName
{
color: #93803C;
}
.AnyTagClassName
{
color: #93803C;
}
</style>
background-color css
<style>
a { background-color: #93803C; }
a { background-color: rgb(147,128,60); }
div.DivClassName
{
background-color: #93803C;
}
.BgClassName
{
background-color: #93803C;
}
</style>
border-color css
<style>
span { border-color: #93803C; }
span { border-color: rgb(147,128,60); }
td.TdClassName
{
border-color: #93803C;
}
.TagClassName
{
border-color: #93803C;
}
</style>