Shades of Highball #93923C
Tints of Highball #93923C
RGB
CMYK
RGB Variations
Color information
#93923C (or 0x93923C) is known color: Highball. HEX triplet: 93, 92 and 3C. RGB value is (147,146,60). Sum of RGB (Red+Green+Blue) = 147+146+60=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #93923C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93923C is #6C6DC3. Grayscale: #888888. Windows color (decimal): -7105988 or 3969683. OLE color: 3969683.
HSL color Cylindrical-coordinate representation of color #93923C: hue angle of 59.31º 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 #93923C is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 146 | 60 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.42 |
| HSL | 59.31º | 0.42% | 0.41% | - |
| HSV(B) | 59.31º | 0.59% | 0.58% | - |
| XYZ | 23.13 | 27.09 | 8.28 | - |
| YUV | 136.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 60 | 0 | 0.01 | 0.59 | 0.42 | 59.31 | 0.42 | 0.41 |
| Hex | 93 | 92 | 3C | 0 | 1 | 3B | 2A | 3B | 2A | 29 |
| Octal | 223 | 222 | 74 | 0 | 1 | 73 | 52 | 73 | 52 | 51 |
| Binary | 10010011 | 10010010 | 111100 | 0 | 1 | 111011 | 101010 | 111011 | 101010 | 101001 |
Color Harmonies of #93923C
Complementary color
Monochromatic Colors of #93923C
Black with #93923C
Text Example
Text Example
White with #93923C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93923C; }
p { color: rgb(147,146,60); }
H1.HeaderClassName
{
color: #93923C;
}
.AnyTagClassName
{
color: #93923C;
}
</style>
background-color css
<style>
a { background-color: #93923C; }
a { background-color: rgb(147,146,60); }
div.DivClassName
{
background-color: #93923C;
}
.BgClassName
{
background-color: #93923C;
}
</style>
border-color css
<style>
span { border-color: #93923C; }
span { border-color: rgb(147,146,60); }
td.TdClassName
{
border-color: #93923C;
}
.TagClassName
{
border-color: #93923C;
}
</style>