Shades of Luxor Gold #9C8747
Tints of Luxor Gold #9C8747
RGB
CMYK
RGB Variations
Color information
#9C8747 (or 0x9C8747) is known color: Luxor Gold. HEX triplet: 9C, 87 and 47. RGB value is (156,135,71). Sum of RGB (Red+Green+Blue) = 156+135+71=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8747 is #6378B8. Grayscale: #868686. Windows color (decimal): -6518969 or 4687772. OLE color: 4687772.
HSL color Cylindrical-coordinate representation of color #9C8747: hue angle of 45.18º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C8747 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 135 | 71 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.39 |
| HSL | 45.18º | 0.37% | 0.45% | - |
| HSV(B) | 45.18º | 0.54% | 0.61% | - |
| XYZ | 23.51 | 24.85 | 9.52 | - |
| YUV | 133.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 71 | 0 | 0.13 | 0.54 | 0.39 | 45.18 | 0.37 | 0.45 |
| Hex | 9C | 87 | 47 | 0 | D | 36 | 27 | 2D | 25 | 2D |
| Octal | 234 | 207 | 107 | 0 | 15 | 66 | 47 | 55 | 45 | 55 |
| Binary | 10011100 | 10000111 | 1000111 | 0 | 1101 | 110110 | 100111 | 101101 | 100101 | 101101 |
Color Harmonies of #9C8747
Complementary color
Monochromatic Colors of #9C8747
Black with #9C8747
Text Example
Text Example
White with #9C8747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8747; }
p { color: rgb(156,135,71); }
H1.HeaderClassName
{
color: #9C8747;
}
.AnyTagClassName
{
color: #9C8747;
}
</style>
background-color css
<style>
a { background-color: #9C8747; }
a { background-color: rgb(156,135,71); }
div.DivClassName
{
background-color: #9C8747;
}
.BgClassName
{
background-color: #9C8747;
}
</style>
border-color css
<style>
span { border-color: #9C8747; }
span { border-color: rgb(156,135,71); }
td.TdClassName
{
border-color: #9C8747;
}
.TagClassName
{
border-color: #9C8747;
}
</style>