Shades of Luxor Gold #9F8544
Tints of Luxor Gold #9F8544
RGB
CMYK
RGB Variations
Color information
#9F8544 (or 0x9F8544) is known color: Luxor Gold. HEX triplet: 9F, 85 and 44. RGB value is (159,133,68). Sum of RGB (Red+Green+Blue) = 159+133+68=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8544 is #607ABB. Grayscale: #858585. Windows color (decimal): -6322876 or 4490655. OLE color: 4490655.
HSL color Cylindrical-coordinate representation of color #9F8544: hue angle of 42.86º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F8544 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 133 | 68 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.38 |
| HSL | 42.86º | 0.4% | 0.45% | - |
| HSV(B) | 42.86º | 0.57% | 0.62% | - |
| XYZ | 23.73 | 24.56 | 8.96 | - |
| YUV | 133.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 68 | 0 | 0.16 | 0.57 | 0.38 | 42.86 | 0.4 | 0.45 |
| Hex | 9F | 85 | 44 | 0 | 10 | 39 | 26 | 2B | 28 | 2D |
| Octal | 237 | 205 | 104 | 0 | 20 | 71 | 46 | 53 | 50 | 55 |
| Binary | 10011111 | 10000101 | 1000100 | 0 | 10000 | 111001 | 100110 | 101011 | 101000 | 101101 |
Color Harmonies of #9F8544
Complementary color
Monochromatic Colors of #9F8544
Black with #9F8544
Text Example
Text Example
White with #9F8544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8544; }
p { color: rgb(159,133,68); }
H1.HeaderClassName
{
color: #9F8544;
}
.AnyTagClassName
{
color: #9F8544;
}
</style>
background-color css
<style>
a { background-color: #9F8544; }
a { background-color: rgb(159,133,68); }
div.DivClassName
{
background-color: #9F8544;
}
.BgClassName
{
background-color: #9F8544;
}
</style>
border-color css
<style>
span { border-color: #9F8544; }
span { border-color: rgb(159,133,68); }
td.TdClassName
{
border-color: #9F8544;
}
.TagClassName
{
border-color: #9F8544;
}
</style>