Shades of Highball #93923A
Tints of Highball #93923A
RGB
CMYK
RGB Variations
Color information
#93923A (or 0x93923A) is known color: Highball. HEX triplet: 93, 92 and 3A. RGB value is (147,146,58). Sum of RGB (Red+Green+Blue) = 147+146+58=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #93923A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93923A is #6C6DC5. Grayscale: #888888. Windows color (decimal): -7105990 or 3838611. OLE color: 3838611.
HSL color Cylindrical-coordinate representation of color #93923A: hue angle of 59.33º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93923A is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 146 | 58 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.42 |
| HSL | 59.33º | 0.43% | 0.4% | - |
| HSV(B) | 59.33º | 0.61% | 0.58% | - |
| XYZ | 23.08 | 27.07 | 8.01 | - |
| YUV | 136.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 58 | 0 | 0.01 | 0.61 | 0.42 | 59.33 | 0.43 | 0.4 |
| Hex | 93 | 92 | 3A | 0 | 1 | 3D | 2A | 3B | 2B | 28 |
| Octal | 223 | 222 | 72 | 0 | 1 | 75 | 52 | 73 | 53 | 50 |
| Binary | 10010011 | 10010010 | 111010 | 0 | 1 | 111101 | 101010 | 111011 | 101011 | 101000 |
Color Harmonies of #93923A
Complementary color
Monochromatic Colors of #93923A
Black with #93923A
Text Example
Text Example
White with #93923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93923A; }
p { color: rgb(147,146,58); }
H1.HeaderClassName
{
color: #93923A;
}
.AnyTagClassName
{
color: #93923A;
}
</style>
background-color css
<style>
a { background-color: #93923A; }
a { background-color: rgb(147,146,58); }
div.DivClassName
{
background-color: #93923A;
}
.BgClassName
{
background-color: #93923A;
}
</style>
border-color css
<style>
span { border-color: #93923A; }
span { border-color: rgb(147,146,58); }
td.TdClassName
{
border-color: #93923A;
}
.TagClassName
{
border-color: #93923A;
}
</style>