Shades of Luxor Gold #9C8B48
Tints of Luxor Gold #9C8B48
RGB
CMYK
RGB Variations
Color information
#9C8B48 (or 0x9C8B48) is known color: Luxor Gold. HEX triplet: 9C, 8B and 48. RGB value is (156,139,72). Sum of RGB (Red+Green+Blue) = 156+139+72=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8B48 is #6374B7. Grayscale: #888888. Windows color (decimal): -6517944 or 4754332. OLE color: 4754332.
HSL color Cylindrical-coordinate representation of color #9C8B48: hue angle of 47.86º 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 #9C8B48 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 139 | 72 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.39 |
| HSL | 47.86º | 0.37% | 0.45% | - |
| HSV(B) | 47.86º | 0.54% | 0.61% | - |
| XYZ | 24.11 | 26 | 9.88 | - |
| YUV | 136.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 72 | 0 | 0.11 | 0.54 | 0.39 | 47.86 | 0.37 | 0.45 |
| Hex | 9C | 8B | 48 | 0 | B | 36 | 27 | 30 | 25 | 2D |
| Octal | 234 | 213 | 110 | 0 | 13 | 66 | 47 | 60 | 45 | 55 |
| Binary | 10011100 | 10001011 | 1001000 | 0 | 1011 | 110110 | 100111 | 110000 | 100101 | 101101 |
Color Harmonies of #9C8B48
Complementary color
Monochromatic Colors of #9C8B48
Black with #9C8B48
Text Example
Text Example
White with #9C8B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8B48; }
p { color: rgb(156,139,72); }
H1.HeaderClassName
{
color: #9C8B48;
}
.AnyTagClassName
{
color: #9C8B48;
}
</style>
background-color css
<style>
a { background-color: #9C8B48; }
a { background-color: rgb(156,139,72); }
div.DivClassName
{
background-color: #9C8B48;
}
.BgClassName
{
background-color: #9C8B48;
}
</style>
border-color css
<style>
span { border-color: #9C8B48; }
span { border-color: rgb(156,139,72); }
td.TdClassName
{
border-color: #9C8B48;
}
.TagClassName
{
border-color: #9C8B48;
}
</style>