Shades of Luxor Gold #9F8545
Tints of Luxor Gold #9F8545
RGB
CMYK
RGB Variations
Color information
#9F8545 (or 0x9F8545) is known color: Luxor Gold. HEX triplet: 9F, 85 and 45. RGB value is (159,133,69). Sum of RGB (Red+Green+Blue) = 159+133+69=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8545 is #607ABA. Grayscale: #858585. Windows color (decimal): -6322875 or 4556191. OLE color: 4556191.
HSL color Cylindrical-coordinate representation of color #9F8545: hue angle of 42.67º degrees, saturation: 0.39, 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 #9F8545 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 133 | 69 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.38 |
| HSL | 42.67º | 0.39% | 0.45% | - |
| HSV(B) | 42.67º | 0.57% | 0.62% | - |
| XYZ | 23.76 | 24.58 | 9.12 | - |
| YUV | 133.48 | 91.61 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 69 | 0 | 0.16 | 0.57 | 0.38 | 42.67 | 0.39 | 0.45 |
| Hex | 9F | 85 | 45 | 0 | 10 | 39 | 26 | 2B | 27 | 2D |
| Octal | 237 | 205 | 105 | 0 | 20 | 71 | 46 | 53 | 47 | 55 |
| Binary | 10011111 | 10000101 | 1000101 | 0 | 10000 | 111001 | 100110 | 101011 | 100111 | 101101 |
Color Harmonies of #9F8545
Complementary color
Monochromatic Colors of #9F8545
Black with #9F8545
Text Example
Text Example
White with #9F8545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8545; }
p { color: rgb(159,133,69); }
H1.HeaderClassName
{
color: #9F8545;
}
.AnyTagClassName
{
color: #9F8545;
}
</style>
background-color css
<style>
a { background-color: #9F8545; }
a { background-color: rgb(159,133,69); }
div.DivClassName
{
background-color: #9F8545;
}
.BgClassName
{
background-color: #9F8545;
}
</style>
border-color css
<style>
span { border-color: #9F8545; }
span { border-color: rgb(159,133,69); }
td.TdClassName
{
border-color: #9F8545;
}
.TagClassName
{
border-color: #9F8545;
}
</style>