Html Css Color HEX #9F9149 Luxor Gold

📋 copy color: '#9F9149'

red 159 ◦ green 145 ◦ blue 73

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

Shades of Luxor Gold #9F9149

Tints of Luxor Gold #9F9149

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

 BLUE value IS 73 (28.91% from 255) = 19.36%

R = 42.18%
G = 38.46%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9F9149 (or 0x9F9149) is known color: Luxor Gold. HEX triplet: 9F, 91 and 49. RGB value is (159,145,73). Sum of RGB (Red+Green+Blue) = 159+145+73=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9149 is #606EB6. Grayscale: #8D8D8D. Windows color (decimal): -6319799 or 4821407. OLE color: 4821407.

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

Color convert

RGB 159 145 73 -
CMYK 0 0.09 0.54 0.38
HSL 50.23º 0.37% 0.45% -
HSV(B) 50.23º 0.54% 0.62% -
XYZ 25.63 28.1 10.38 -
YUV 140.98 89.64 140.85 -
System Red Green Blue C M Y K H S L
Decimal 159 145 73 0 0.09 0.54 0.38 50.23 0.37 0.45
Hex 9F 91 49 0 9 36 26 32 25 2D
Octal 237 221 111 0 11 66 46 62 45 55
Binary 10011111 10010001 1001001 0 1001 110110 100110 110010 100101 101101

Color Harmonies of #9F9149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9149

Black with #9F9149

Text Example


Text Example

White with #9F9149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,145,73); }

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

background-color css

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

 a { background-color: rgb(159,145,73); }

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

border-color css

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

 span { border-color: rgb(159,145,73); }

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