#9E8F45

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

Shades of Luxor Gold #9E8F45

Tints of Luxor Gold #9E8F45

Color information

#9E8F45 (or 0x9E8F45) is unknown color: approx Luxor Gold. HEX triplet: 9E, 8F and 45. RGB value is (158,143,69). Sum of RGB (Red+Green+Blue) = 158+143+69=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8F45 is #6170BA. Grayscale: #8B8B8B. Windows color (decimal): -6385851 or 4558750. OLE color: 4558750.

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

Color convert

RGB15814369-
CMYK00.090.560.38
HSL49.89º39.21%44.51%-
HSV(B)49.89º56.33%61.96%-
XYZ2527.349.59-
YUV139.0588.47141.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.70%
GREEN value IS 143 (56.25% from 255) = 38.65%
BLUE value IS 69 (27.34% from 255) = 18.65%
R=42.70%
G=38.65%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581436900.090.560.3849.8939.2144.51
Hex9E8F4509382632272d
Octal2362171050117046624755
Binary1001111010001111100010101001111000100110110010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,143,69); }

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

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

 a { background-color: rgb(158,143,69); }

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

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

 span { border-color: rgb(158,143,69); }

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