#9E8544

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

Shades of Luxor Gold #9E8544

Tints of Luxor Gold #9E8544

Color information

#9E8544 (or 0x9E8544) is unknown color: approx Luxor Gold. HEX triplet: 9E, 85 and 44. RGB value is (158,133,68). Sum of RGB (Red+Green+Blue) = 158+133+68=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8544 is #617ABB. Grayscale: #858585. Windows color (decimal): -6388412 or 4490654. OLE color: 4490654.

HSL color Cylindrical-coordinate representation of color #9E8544: hue angle of 43.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E8544 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB15813368-
CMYK00.160.570.38
HSL43.33º39.82%44.31%-
HSV(B)43.33º56.96%61.96%-
XYZ23.5324.468.95-
YUV133.0691.28145.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.01%
GREEN value IS 133 (52.34% from 255) = 37.05%
BLUE value IS 68 (26.95% from 255) = 18.94%
R=44.01%
G=37.05%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581336800.160.570.3843.3339.8244.31
Hex9E854401039262b282c
Octal2362051040207146535054
Binary10011110100001011000100010000111001100110101011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,133,68); }

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

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

 a { background-color: rgb(158,133,68); }

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

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

 span { border-color: rgb(158,133,68); }

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