Shades of Luxor Gold #9D8541
Tints of Luxor Gold #9D8541
RGB
CMYK
RGB Variations
Color information
#9D8541 (or 0x9D8541) is known color: Luxor Gold. HEX triplet: 9D, 85 and 41. RGB value is (157,133,65). Sum of RGB (Red+Green+Blue) = 157+133+65=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8541 is #627ABE. Grayscale: #848484. Windows color (decimal): -6453951 or 4294045. OLE color: 4294045.
HSL color Cylindrical-coordinate representation of color #9D8541: hue angle of 44.35º 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 #9D8541 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 133 | 65 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.38 |
| HSL | 44.35º | 0.41% | 0.44% | - |
| HSV(B) | 44.35º | 0.59% | 0.62% | - |
| XYZ | 23.25 | 24.32 | 8.47 | - |
| YUV | 132.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 65 | 0 | 0.15 | 0.59 | 0.38 | 44.35 | 0.41 | 0.44 |
| Hex | 9D | 85 | 41 | 0 | F | 3B | 26 | 2C | 29 | 2C |
| Octal | 235 | 205 | 101 | 0 | 17 | 73 | 46 | 54 | 51 | 54 |
| Binary | 10011101 | 10000101 | 1000001 | 0 | 1111 | 111011 | 100110 | 101100 | 101001 | 101100 |
Color Harmonies of #9D8541
Complementary color
Monochromatic Colors of #9D8541
Black with #9D8541
Text Example
Text Example
White with #9D8541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8541; }
p { color: rgb(157,133,65); }
H1.HeaderClassName
{
color: #9D8541;
}
.AnyTagClassName
{
color: #9D8541;
}
</style>
background-color css
<style>
a { background-color: #9D8541; }
a { background-color: rgb(157,133,65); }
div.DivClassName
{
background-color: #9D8541;
}
.BgClassName
{
background-color: #9D8541;
}
</style>
border-color css
<style>
span { border-color: #9D8541; }
span { border-color: rgb(157,133,65); }
td.TdClassName
{
border-color: #9D8541;
}
.TagClassName
{
border-color: #9D8541;
}
</style>