Shades of Luxor Gold #9D8B41
Tints of Luxor Gold #9D8B41
RGB
CMYK
RGB Variations
Color information
#9D8B41 (or 0x9D8B41) is known color: Luxor Gold. HEX triplet: 9D, 8B and 41. RGB value is (157,139,65). Sum of RGB (Red+Green+Blue) = 157+139+65=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8B41 is #6274BE. Grayscale: #888888. Windows color (decimal): -6452415 or 4295581. OLE color: 4295581.
HSL color Cylindrical-coordinate representation of color #9D8B41: hue angle of 48.26º 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 #9D8B41 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 139 | 65 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.38 |
| HSL | 48.26º | 0.41% | 0.44% | - |
| HSV(B) | 48.26º | 0.59% | 0.62% | - |
| XYZ | 24.09 | 26.02 | 8.75 | - |
| YUV | 135.95 | 87.96 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 139 | 65 | 0 | 0.11 | 0.59 | 0.38 | 48.26 | 0.41 | 0.44 |
| Hex | 9D | 8B | 41 | 0 | B | 3B | 26 | 30 | 29 | 2C |
| Octal | 235 | 213 | 101 | 0 | 13 | 73 | 46 | 60 | 51 | 54 |
| Binary | 10011101 | 10001011 | 1000001 | 0 | 1011 | 111011 | 100110 | 110000 | 101001 | 101100 |
Color Harmonies of #9D8B41
Complementary color
Monochromatic Colors of #9D8B41
Black with #9D8B41
Text Example
Text Example
White with #9D8B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8B41; }
p { color: rgb(157,139,65); }
H1.HeaderClassName
{
color: #9D8B41;
}
.AnyTagClassName
{
color: #9D8B41;
}
</style>
background-color css
<style>
a { background-color: #9D8B41; }
a { background-color: rgb(157,139,65); }
div.DivClassName
{
background-color: #9D8B41;
}
.BgClassName
{
background-color: #9D8B41;
}
</style>
border-color css
<style>
span { border-color: #9D8B41; }
span { border-color: rgb(157,139,65); }
td.TdClassName
{
border-color: #9D8B41;
}
.TagClassName
{
border-color: #9D8B41;
}
</style>