Shades of Luxor Gold #9D8749
Tints of Luxor Gold #9D8749
RGB
CMYK
RGB Variations
Color information
#9D8749 (or 0x9D8749) is known color: Luxor Gold. HEX triplet: 9D, 87 and 49. RGB value is (157,135,73). Sum of RGB (Red+Green+Blue) = 157+135+73=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8749 is #6278B6. Grayscale: #868686. Windows color (decimal): -6453431 or 4818845. OLE color: 4818845.
HSL color Cylindrical-coordinate representation of color #9D8749: hue angle of 44.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D8749 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 73 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.38 |
| HSL | 44.29º | 0.37% | 0.45% | - |
| HSV(B) | 44.29º | 0.54% | 0.62% | - |
| XYZ | 23.77 | 24.98 | 9.87 | - |
| YUV | 134.51 | 93.29 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 73 | 0 | 0.14 | 0.54 | 0.38 | 44.29 | 0.37 | 0.45 |
| Hex | 9D | 87 | 49 | 0 | E | 36 | 26 | 2C | 25 | 2D |
| Octal | 235 | 207 | 111 | 0 | 16 | 66 | 46 | 54 | 45 | 55 |
| Binary | 10011101 | 10000111 | 1001001 | 0 | 1110 | 110110 | 100110 | 101100 | 100101 | 101101 |
Color Harmonies of #9D8749
Complementary color
Monochromatic Colors of #9D8749
Black with #9D8749
Text Example
Text Example
White with #9D8749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8749; }
p { color: rgb(157,135,73); }
H1.HeaderClassName
{
color: #9D8749;
}
.AnyTagClassName
{
color: #9D8749;
}
</style>
background-color css
<style>
a { background-color: #9D8749; }
a { background-color: rgb(157,135,73); }
div.DivClassName
{
background-color: #9D8749;
}
.BgClassName
{
background-color: #9D8749;
}
</style>
border-color css
<style>
span { border-color: #9D8749; }
span { border-color: rgb(157,135,73); }
td.TdClassName
{
border-color: #9D8749;
}
.TagClassName
{
border-color: #9D8749;
}
</style>