Shades of Luxor Gold #9D8748
Tints of Luxor Gold #9D8748
RGB
CMYK
RGB Variations
Color information
#9D8748 (or 0x9D8748) is known color: Luxor Gold. HEX triplet: 9D, 87 and 48. RGB value is (157,135,72). Sum of RGB (Red+Green+Blue) = 157+135+72=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8748 is #6278B7. Grayscale: #868686. Windows color (decimal): -6453432 or 4753309. OLE color: 4753309.
HSL color Cylindrical-coordinate representation of color #9D8748: hue angle of 44.47º 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 #9D8748 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 72 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.38 |
| HSL | 44.47º | 0.37% | 0.45% | - |
| HSV(B) | 44.47º | 0.54% | 0.62% | - |
| XYZ | 23.74 | 24.96 | 9.7 | - |
| YUV | 134.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 72 | 0 | 0.14 | 0.54 | 0.38 | 44.47 | 0.37 | 0.45 |
| Hex | 9D | 87 | 48 | 0 | E | 36 | 26 | 2C | 25 | 2D |
| Octal | 235 | 207 | 110 | 0 | 16 | 66 | 46 | 54 | 45 | 55 |
| Binary | 10011101 | 10000111 | 1001000 | 0 | 1110 | 110110 | 100110 | 101100 | 100101 | 101101 |
Color Harmonies of #9D8748
Complementary color
Monochromatic Colors of #9D8748
Black with #9D8748
Text Example
Text Example
White with #9D8748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8748; }
p { color: rgb(157,135,72); }
H1.HeaderClassName
{
color: #9D8748;
}
.AnyTagClassName
{
color: #9D8748;
}
</style>
background-color css
<style>
a { background-color: #9D8748; }
a { background-color: rgb(157,135,72); }
div.DivClassName
{
background-color: #9D8748;
}
.BgClassName
{
background-color: #9D8748;
}
</style>
border-color css
<style>
span { border-color: #9D8748; }
span { border-color: rgb(157,135,72); }
td.TdClassName
{
border-color: #9D8748;
}
.TagClassName
{
border-color: #9D8748;
}
</style>