Html Css Color HEX #9D8D49 Luxor Gold

📋 copy color: '#9D8D49'

red 157 ◦ green 141 ◦ blue 73

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

Shades of Luxor Gold #9D8D49

Tints of Luxor Gold #9D8D49

RGB

 RED value IS 157 (61.72% from 255) = 42.32%

 GREEN value IS 141 (55.47% from 255) = 38.01%

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

R = 42.32%
G = 38.01%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9D8D49 (or 0x9D8D49) is known color: Luxor Gold. HEX triplet: 9D, 8D and 49. RGB value is (157,141,73). Sum of RGB (Red+Green+Blue) = 157+141+73=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8D49 is #6272B6. Grayscale: #8A8A8A. Windows color (decimal): -6451895 or 4820381. OLE color: 4820381.

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

Color convert

RGB 157 141 73 -
CMYK 0 0.10 0.54 0.38
HSL 48.57º 0.37% 0.45% -
HSV(B) 48.57º 0.54% 0.62% -
XYZ 24.63 26.7 10.16 -
YUV 138.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 157 141 73 0 0.10 0.54 0.38 48.57 0.37 0.45
Hex 9D 8D 49 0 A 36 26 31 25 2D
Octal 235 215 111 0 12 66 46 61 45 55
Binary 10011101 10001101 1001001 0 1010 110110 100110 110001 100101 101101

Color Harmonies of #9D8D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8D49

Black with #9D8D49

Text Example


Text Example

White with #9D8D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,141,73); }

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

background-color css

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

 a { background-color: rgb(157,141,73); }

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

border-color css

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

 span { border-color: rgb(157,141,73); }

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