#9e843d

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

Shades of Luxor Gold #9E843D

Tints of Luxor Gold #9E843D

Color information

#9E843D (or 0x9E843D) is unknown color: approx Luxor Gold. HEX triplet: 9E, 84 and 3D. RGB value is (158,132,61). Sum of RGB (Red+Green+Blue) = 158+132+61=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E843D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E843D is #617BC2. Grayscale: #838383. Windows color (decimal): -6388675 or 4031646. OLE color: 4031646.

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

Color convert

RGB15813261-
CMYK00.160.610.38
HSL43.92º44.29%42.94%-
HSV(B)43.92º61.39%61.96%-
XYZ23.1924.117.85-
YUV131.6888.11146.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.01%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 61 (24.22% from 255) = 17.38%
R=45.01%
G=37.61%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581326100.160.610.3843.9244.2942.94
Hex9E843D0103D262c2c2b
Octal236204750207546545453
Binary1001111010000100111101010000111101100110101100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e843d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,132,61); }

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

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

 a { background-color: rgb(158,132,61); }

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

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

 span { border-color: rgb(158,132,61); }

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