Html Css Color HEX #9F9247 Luxor Gold

📋 copy color: '#9F9247'

red 159 ◦ green 146 ◦ blue 71

#9F9247
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Luxor Gold #9F9247

Tints of Luxor Gold #9F9247

RGB

 RED value IS 159 (62.5% from 255) = 42.29%

 GREEN value IS 146 (57.42% from 255) = 38.83%

 BLUE value IS 71 (28.13% from 255) = 18.88%

R = 42.29%
G = 38.83%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9F9247 (or 0x9F9247) is known color: Luxor Gold. HEX triplet: 9F, 92 and 47. RGB value is (159,146,71). Sum of RGB (Red+Green+Blue) = 159+146+71=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9247 is #606DB8. Grayscale: #8D8D8D. Windows color (decimal): -6319545 or 4690591. OLE color: 4690591.

HSL color Cylindrical-coordinate representation of color #9F9247: hue angle of 51.14º 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 #9F9247 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 146 71 -
CMYK 0 0.08 0.55 0.38
HSL 51.14º 0.38% 0.45% -
HSV(B) 51.14º 0.55% 0.62% -
XYZ 25.71 28.38 10.08 -
YUV 141.34 88.31 140.6 -
System Red Green Blue C M Y K H S L
Decimal 159 146 71 0 0.08 0.55 0.38 51.14 0.38 0.45
Hex 9F 92 47 0 8 37 26 33 26 2D
Octal 237 222 107 0 10 67 46 63 46 55
Binary 10011111 10010010 1000111 0 1000 110111 100110 110011 100110 101101

Color Harmonies of #9F9247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9247

Black with #9F9247

Text Example


Text Example

White with #9F9247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F9247;
 }
 .AnyTagClassName
 {
   color: #9F9247;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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