Shades of Luxor Gold #9D894B
Tints of Luxor Gold #9D894B
RGB
CMYK
RGB Variations
Color information
#9D894B (or 0x9D894B) is known color: Luxor Gold. HEX triplet: 9D, 89 and 4B. RGB value is (157,137,75). Sum of RGB (Red+Green+Blue) = 157+137+75=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D894B is #6276B4. Grayscale: #888888. Windows color (decimal): -6452917 or 4950429. OLE color: 4950429.
HSL color Cylindrical-coordinate representation of color #9D894B: hue angle of 45.37º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D894B is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 137 | 75 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.38 |
| HSL | 45.37º | 0.35% | 0.45% | - |
| HSV(B) | 45.37º | 0.52% | 0.62% | - |
| XYZ | 24.12 | 25.57 | 10.32 | - |
| YUV | 135.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 137 | 75 | 0 | 0.13 | 0.52 | 0.38 | 45.37 | 0.35 | 0.45 |
| Hex | 9D | 89 | 4B | 0 | D | 34 | 26 | 2D | 23 | 2D |
| Octal | 235 | 211 | 113 | 0 | 15 | 64 | 46 | 55 | 43 | 55 |
| Binary | 10011101 | 10001001 | 1001011 | 0 | 1101 | 110100 | 100110 | 101101 | 100011 | 101101 |
Color Harmonies of #9D894B
Complementary color
Monochromatic Colors of #9D894B
Black with #9D894B
Text Example
Text Example
White with #9D894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D894B; }
p { color: rgb(157,137,75); }
H1.HeaderClassName
{
color: #9D894B;
}
.AnyTagClassName
{
color: #9D894B;
}
</style>
background-color css
<style>
a { background-color: #9D894B; }
a { background-color: rgb(157,137,75); }
div.DivClassName
{
background-color: #9D894B;
}
.BgClassName
{
background-color: #9D894B;
}
</style>
border-color css
<style>
span { border-color: #9D894B; }
span { border-color: rgb(157,137,75); }
td.TdClassName
{
border-color: #9D894B;
}
.TagClassName
{
border-color: #9D894B;
}
</style>