Shades of Luxor Gold #9D8741
Tints of Luxor Gold #9D8741
RGB
CMYK
RGB Variations
Color information
#9D8741 (or 0x9D8741) is known color: Luxor Gold. HEX triplet: 9D, 87 and 41. RGB value is (157,135,65). Sum of RGB (Red+Green+Blue) = 157+135+65=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8741 is #6278BE. Grayscale: #858585. Windows color (decimal): -6453439 or 4294557. OLE color: 4294557.
HSL color Cylindrical-coordinate representation of color #9D8741: hue angle of 45.65º degrees, saturation: 0.41, 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 #9D8741 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 65 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.38 |
| HSL | 45.65º | 0.41% | 0.44% | - |
| HSV(B) | 45.65º | 0.59% | 0.62% | - |
| XYZ | 23.52 | 24.88 | 8.56 | - |
| YUV | 133.6 | 89.29 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 65 | 0 | 0.14 | 0.59 | 0.38 | 45.65 | 0.41 | 0.44 |
| Hex | 9D | 87 | 41 | 0 | E | 3B | 26 | 2E | 29 | 2C |
| Octal | 235 | 207 | 101 | 0 | 16 | 73 | 46 | 56 | 51 | 54 |
| Binary | 10011101 | 10000111 | 1000001 | 0 | 1110 | 111011 | 100110 | 101110 | 101001 | 101100 |
Color Harmonies of #9D8741
Complementary color
Monochromatic Colors of #9D8741
Black with #9D8741
Text Example
Text Example
White with #9D8741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8741; }
p { color: rgb(157,135,65); }
H1.HeaderClassName
{
color: #9D8741;
}
.AnyTagClassName
{
color: #9D8741;
}
</style>
background-color css
<style>
a { background-color: #9D8741; }
a { background-color: rgb(157,135,65); }
div.DivClassName
{
background-color: #9D8741;
}
.BgClassName
{
background-color: #9D8741;
}
</style>
border-color css
<style>
span { border-color: #9D8741; }
span { border-color: rgb(157,135,65); }
td.TdClassName
{
border-color: #9D8741;
}
.TagClassName
{
border-color: #9D8741;
}
</style>