Shades of Luxor Gold #9F8541
Tints of Luxor Gold #9F8541
RGB
CMYK
RGB Variations
Color information
#9F8541 (or 0x9F8541) is known color: Luxor Gold. HEX triplet: 9F, 85 and 41. RGB value is (159,133,65). Sum of RGB (Red+Green+Blue) = 159+133+65=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8541 is #607ABE. Grayscale: #858585. Windows color (decimal): -6322879 or 4294047. OLE color: 4294047.
HSL color Cylindrical-coordinate representation of color #9F8541: hue angle of 43.4º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F8541 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 133 | 65 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.38 |
| HSL | 43.4º | 0.42% | 0.44% | - |
| HSV(B) | 43.4º | 0.59% | 0.62% | - |
| XYZ | 23.64 | 24.53 | 8.49 | - |
| YUV | 133.02 | 89.61 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 65 | 0 | 0.16 | 0.59 | 0.38 | 43.4 | 0.42 | 0.44 |
| Hex | 9F | 85 | 41 | 0 | 10 | 3B | 26 | 2B | 2A | 2C |
| Octal | 237 | 205 | 101 | 0 | 20 | 73 | 46 | 53 | 52 | 54 |
| Binary | 10011111 | 10000101 | 1000001 | 0 | 10000 | 111011 | 100110 | 101011 | 101010 | 101100 |
Color Harmonies of #9F8541
Complementary color
Monochromatic Colors of #9F8541
Black with #9F8541
Text Example
Text Example
White with #9F8541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8541; }
p { color: rgb(159,133,65); }
H1.HeaderClassName
{
color: #9F8541;
}
.AnyTagClassName
{
color: #9F8541;
}
</style>
background-color css
<style>
a { background-color: #9F8541; }
a { background-color: rgb(159,133,65); }
div.DivClassName
{
background-color: #9F8541;
}
.BgClassName
{
background-color: #9F8541;
}
</style>
border-color css
<style>
span { border-color: #9F8541; }
span { border-color: rgb(159,133,65); }
td.TdClassName
{
border-color: #9F8541;
}
.TagClassName
{
border-color: #9F8541;
}
</style>