#9D8D46

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

Shades of Luxor Gold #9D8D46

Tints of Luxor Gold #9D8D46

Color information

#9D8D46 (or 0x9D8D46) is unknown color: approx Luxor Gold. HEX triplet: 9D, 8D and 46. RGB value is (157,141,70). Sum of RGB (Red+Green+Blue) = 157+141+70=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8D46 is #6272B9. Grayscale: #898989. Windows color (decimal): -6451898 or 4623773. OLE color: 4623773.

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

Color convert

RGB15714170-
CMYK00.100.550.38
HSL48.97º38.33%44.51%-
HSV(B)48.97º55.41%61.57%-
XYZ24.5326.669.65-
YUV137.6989.8141.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.66%
GREEN value IS 141 (55.47% from 255) = 38.32%
BLUE value IS 70 (27.73% from 255) = 19.02%
R=42.66%
G=38.32%
B=19.02%

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
Decimal1571417000.100.550.3848.9738.3344.51
Hex9D8D460A372631262d
Octal2352151060126746614655
Binary1001110110001101100011001010110111100110110001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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