Shades of Luxor Gold #9E8541
Tints of Luxor Gold #9E8541
RGB
CMYK
RGB Variations
Color information
#9E8541 (or 0x9E8541) is known color: Luxor Gold. HEX triplet: 9E, 85 and 41. RGB value is (158,133,65). Sum of RGB (Red+Green+Blue) = 158+133+65=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8541 is #617ABE. Grayscale: #858585. Windows color (decimal): -6388415 or 4294046. OLE color: 4294046.
HSL color Cylindrical-coordinate representation of color #9E8541: hue angle of 43.87º degrees, saturation: 0.42, 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 #9E8541 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 133 | 65 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.38 |
| HSL | 43.87º | 0.42% | 0.44% | - |
| HSV(B) | 43.87º | 0.59% | 0.62% | - |
| XYZ | 23.44 | 24.43 | 8.48 | - |
| YUV | 132.72 | 89.78 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 65 | 0 | 0.16 | 0.59 | 0.38 | 43.87 | 0.42 | 0.44 |
| Hex | 9E | 85 | 41 | 0 | 10 | 3B | 26 | 2C | 2A | 2C |
| Octal | 236 | 205 | 101 | 0 | 20 | 73 | 46 | 54 | 52 | 54 |
| Binary | 10011110 | 10000101 | 1000001 | 0 | 10000 | 111011 | 100110 | 101100 | 101010 | 101100 |
Color Harmonies of #9E8541
Complementary color
Monochromatic Colors of #9E8541
Black with #9E8541
Text Example
Text Example
White with #9E8541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8541; }
p { color: rgb(158,133,65); }
H1.HeaderClassName
{
color: #9E8541;
}
.AnyTagClassName
{
color: #9E8541;
}
</style>
background-color css
<style>
a { background-color: #9E8541; }
a { background-color: rgb(158,133,65); }
div.DivClassName
{
background-color: #9E8541;
}
.BgClassName
{
background-color: #9E8541;
}
</style>
border-color css
<style>
span { border-color: #9E8541; }
span { border-color: rgb(158,133,65); }
td.TdClassName
{
border-color: #9E8541;
}
.TagClassName
{
border-color: #9E8541;
}
</style>