#9D8A48

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

Shades of Luxor Gold #9D8A48

Tints of Luxor Gold #9D8A48

Color information

#9D8A48 (or 0x9D8A48) is unknown color: approx Luxor Gold. HEX triplet: 9D, 8A and 48. RGB value is (157,138,72). Sum of RGB (Red+Green+Blue) = 157+138+72=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8A48 is #6275B7. Grayscale: #888888. Windows color (decimal): -6452664 or 4754077. OLE color: 4754077.

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

Color convert

RGB15713872-
CMYK00.120.540.38
HSL46.59º37.12%44.9%-
HSV(B)46.59º54.14%61.57%-
XYZ24.1625.819.84-
YUV136.1691.79142.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.78%
GREEN value IS 138 (54.30% from 255) = 37.60%
BLUE value IS 72 (28.52% from 255) = 19.62%
R=42.78%
G=37.60%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571387200.120.540.3846.5937.1244.9
Hex9D8A480C36262f252d
Octal2352121100146646574555
Binary1001110110001010100100001100110110100110101111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,138,72); }

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

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

 a { background-color: rgb(157,138,72); }

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

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

 span { border-color: rgb(157,138,72); }

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