#9E833F

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

Shades of Luxor Gold #9E833F

Tints of Luxor Gold #9E833F

Color information

#9E833F (or 0x9E833F) is unknown color: approx Luxor Gold. HEX triplet: 9E, 83 and 3F. RGB value is (158,131,63). Sum of RGB (Red+Green+Blue) = 158+131+63=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E833F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E833F is #617CC0. Grayscale: #838383. Windows color (decimal): -6388929 or 4162462. OLE color: 4162462.

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

Color convert

RGB15813163-
CMYK00.170.600.38
HSL42.95º42.99%43.33%-
HSV(B)42.95º60.13%61.96%-
XYZ23.1123.868.09-
YUV131.3289.45147.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.89%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 63 (25% from 255) = 17.90%
R=44.89%
G=37.22%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581316300.170.600.3842.9542.9943.33
Hex9E833F0113C262b2b2b
Octal236203770217446535353
Binary1001111010000011111111010001111100100110101011101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E833F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,131,63); }

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

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

 a { background-color: rgb(158,131,63); }

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

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

 span { border-color: rgb(158,131,63); }

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