Shades of Luxor Gold #9F8747
Tints of Luxor Gold #9F8747
RGB
CMYK
RGB Variations
Color information
#9F8747 (or 0x9F8747) is known color: Luxor Gold. HEX triplet: 9F, 87 and 47. RGB value is (159,135,71). Sum of RGB (Red+Green+Blue) = 159+135+71=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8747 is #6078B8. Grayscale: #878787. Windows color (decimal): -6322361 or 4687775. OLE color: 4687775.
HSL color Cylindrical-coordinate representation of color #9F8747: hue angle of 43.64º 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 #9F8747 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 71 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.38 |
| HSL | 43.64º | 0.38% | 0.45% | - |
| HSV(B) | 43.64º | 0.55% | 0.62% | - |
| XYZ | 24.1 | 25.15 | 9.55 | - |
| YUV | 134.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 71 | 0 | 0.15 | 0.55 | 0.38 | 43.64 | 0.38 | 0.45 |
| Hex | 9F | 87 | 47 | 0 | F | 37 | 26 | 2C | 26 | 2D |
| Octal | 237 | 207 | 107 | 0 | 17 | 67 | 46 | 54 | 46 | 55 |
| Binary | 10011111 | 10000111 | 1000111 | 0 | 1111 | 110111 | 100110 | 101100 | 100110 | 101101 |
Color Harmonies of #9F8747
Complementary color
Monochromatic Colors of #9F8747
Black with #9F8747
Text Example
Text Example
White with #9F8747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8747; }
p { color: rgb(159,135,71); }
H1.HeaderClassName
{
color: #9F8747;
}
.AnyTagClassName
{
color: #9F8747;
}
</style>
background-color css
<style>
a { background-color: #9F8747; }
a { background-color: rgb(159,135,71); }
div.DivClassName
{
background-color: #9F8747;
}
.BgClassName
{
background-color: #9F8747;
}
</style>
border-color css
<style>
span { border-color: #9F8747; }
span { border-color: rgb(159,135,71); }
td.TdClassName
{
border-color: #9F8747;
}
.TagClassName
{
border-color: #9F8747;
}
</style>