Shades of Luxor Gold #9D8742
Tints of Luxor Gold #9D8742
RGB
CMYK
RGB Variations
Color information
#9D8742 (or 0x9D8742) is known color: Luxor Gold. HEX triplet: 9D, 87 and 42. RGB value is (157,135,66). Sum of RGB (Red+Green+Blue) = 157+135+66=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8742 is #6278BD. Grayscale: #868686. Windows color (decimal): -6453438 or 4360093. OLE color: 4360093.
HSL color Cylindrical-coordinate representation of color #9D8742: hue angle of 45.49º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D8742 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 66 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.38 |
| HSL | 45.49º | 0.41% | 0.44% | - |
| HSV(B) | 45.49º | 0.58% | 0.62% | - |
| XYZ | 23.55 | 24.89 | 8.72 | - |
| YUV | 133.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 66 | 0 | 0.14 | 0.58 | 0.38 | 45.49 | 0.41 | 0.44 |
| Hex | 9D | 87 | 42 | 0 | E | 3A | 26 | 2D | 29 | 2C |
| Octal | 235 | 207 | 102 | 0 | 16 | 72 | 46 | 55 | 51 | 54 |
| Binary | 10011101 | 10000111 | 1000010 | 0 | 1110 | 111010 | 100110 | 101101 | 101001 | 101100 |
Color Harmonies of #9D8742
Complementary color
Monochromatic Colors of #9D8742
Black with #9D8742
Text Example
Text Example
White with #9D8742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8742; }
p { color: rgb(157,135,66); }
H1.HeaderClassName
{
color: #9D8742;
}
.AnyTagClassName
{
color: #9D8742;
}
</style>
background-color css
<style>
a { background-color: #9D8742; }
a { background-color: rgb(157,135,66); }
div.DivClassName
{
background-color: #9D8742;
}
.BgClassName
{
background-color: #9D8742;
}
</style>
border-color css
<style>
span { border-color: #9D8742; }
span { border-color: rgb(157,135,66); }
td.TdClassName
{
border-color: #9D8742;
}
.TagClassName
{
border-color: #9D8742;
}
</style>