Shades of Luxor Gold #9F883F
Tints of Luxor Gold #9F883F
RGB
CMYK
RGB Variations
Color information
#9F883F (or 0x9F883F) is known color: Luxor Gold. HEX triplet: 9F, 88 and 3F. RGB value is (159,136,63). Sum of RGB (Red+Green+Blue) = 159+136+63=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F883F is #6077C0. Grayscale: #868686. Windows color (decimal): -6322113 or 4163743. OLE color: 4163743.
HSL color Cylindrical-coordinate representation of color #9F883F: hue angle of 45.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F883F is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 63 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.38 |
| HSL | 45.63º | 0.43% | 0.44% | - |
| HSV(B) | 45.63º | 0.6% | 0.62% | - |
| XYZ | 24 | 25.34 | 8.33 | - |
| YUV | 134.56 | 87.62 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 63 | 0 | 0.14 | 0.60 | 0.38 | 45.63 | 0.43 | 0.44 |
| Hex | 9F | 88 | 3F | 0 | E | 3C | 26 | 2E | 2B | 2C |
| Octal | 237 | 210 | 77 | 0 | 16 | 74 | 46 | 56 | 53 | 54 |
| Binary | 10011111 | 10001000 | 111111 | 0 | 1110 | 111100 | 100110 | 101110 | 101011 | 101100 |
Color Harmonies of #9F883F
Complementary color
Monochromatic Colors of #9F883F
Black with #9F883F
Text Example
Text Example
White with #9F883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F883F; }
p { color: rgb(159,136,63); }
H1.HeaderClassName
{
color: #9F883F;
}
.AnyTagClassName
{
color: #9F883F;
}
</style>
background-color css
<style>
a { background-color: #9F883F; }
a { background-color: rgb(159,136,63); }
div.DivClassName
{
background-color: #9F883F;
}
.BgClassName
{
background-color: #9F883F;
}
</style>
border-color css
<style>
span { border-color: #9F883F; }
span { border-color: rgb(159,136,63); }
td.TdClassName
{
border-color: #9F883F;
}
.TagClassName
{
border-color: #9F883F;
}
</style>