Shades of Luxor Gold #9F8C47
Tints of Luxor Gold #9F8C47
RGB
CMYK
RGB Variations
Color information
#9F8C47 (or 0x9F8C47) is known color: Luxor Gold. HEX triplet: 9F, 8C and 47. RGB value is (159,140,71). Sum of RGB (Red+Green+Blue) = 159+140+71=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8C47 is #6073B8. Grayscale: #8A8A8A. Windows color (decimal): -6321081 or 4689055. OLE color: 4689055.
HSL color Cylindrical-coordinate representation of color #9F8C47: hue angle of 47.05º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F8C47 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 140 | 71 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.38 |
| HSL | 47.05º | 0.38% | 0.45% | - |
| HSV(B) | 47.05º | 0.55% | 0.62% | - |
| XYZ | 24.81 | 26.58 | 9.78 | - |
| YUV | 137.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 71 | 0 | 0.12 | 0.55 | 0.38 | 47.05 | 0.38 | 0.45 |
| Hex | 9F | 8C | 47 | 0 | C | 37 | 26 | 2F | 26 | 2D |
| Octal | 237 | 214 | 107 | 0 | 14 | 67 | 46 | 57 | 46 | 55 |
| Binary | 10011111 | 10001100 | 1000111 | 0 | 1100 | 110111 | 100110 | 101111 | 100110 | 101101 |
Color Harmonies of #9F8C47
Complementary color
Monochromatic Colors of #9F8C47
Black with #9F8C47
Text Example
Text Example
White with #9F8C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8C47; }
p { color: rgb(159,140,71); }
H1.HeaderClassName
{
color: #9F8C47;
}
.AnyTagClassName
{
color: #9F8C47;
}
</style>
background-color css
<style>
a { background-color: #9F8C47; }
a { background-color: rgb(159,140,71); }
div.DivClassName
{
background-color: #9F8C47;
}
.BgClassName
{
background-color: #9F8C47;
}
</style>
border-color css
<style>
span { border-color: #9F8C47; }
span { border-color: rgb(159,140,71); }
td.TdClassName
{
border-color: #9F8C47;
}
.TagClassName
{
border-color: #9F8C47;
}
</style>