#9F8F47

Color #9F8F47 Luxor Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Luxor Gold #9F8F47

Tints of Luxor Gold #9F8F47

Color information

#9F8F47 (or 0x9F8F47) is unknown color: approx Luxor Gold. HEX triplet: 9F, 8F and 47. RGB value is (159,143,71). Sum of RGB (Red+Green+Blue) = 159+143+71=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8F47 is #6070B8. Grayscale: #8B8B8B. Windows color (decimal): -6320313 or 4689823. OLE color: 4689823.

HSL color Cylindrical-coordinate representation of color #9F8F47: hue angle of 49.09º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F8F47 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB15914371-
CMYK00.100.550.38
HSL49.09º38.26%45.1%-
HSV(B)49.09º55.35%62.35%-
XYZ25.2627.479.93-
YUV139.5889.3141.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 42.63%
GREEN value IS 143 (56.25% from 255) = 38.34%
BLUE value IS 71 (28.12% from 255) = 19.03%
R=42.63%
G=38.34%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591437100.100.550.3849.0938.2645.1
Hex9F8F470A372631262d
Octal2372171070126746614655
Binary1001111110001111100011101010110111100110110001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F8F47; }

 p { color: rgb(159,143,71); }

 H1.HeaderClassName
 {
   color: #9F8F47;
 }
 .AnyTagClassName
 {
   color: #9F8F47;
 }
</style>
background-color css

<style>
 a { background-color: #9F8F47; }

 a { background-color: rgb(159,143,71); }

 div.DivClassName
 {
   background-color: #9F8F47;
 }
 .BgClassName
 {
   background-color: #9F8F47;
 }
</style>
border-color css

<style>
 span { border-color: #9F8F47; }

 span { border-color: rgb(159,143,71); }

 td.TdClassName
 {
   border-color: #9F8F47;
 }
 .TagClassName
 {
   border-color: #9F8F47;
 }
</style>