#9E873F

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

Shades of Luxor Gold #9E873F

Tints of Luxor Gold #9E873F

Color information

#9E873F (or 0x9E873F) is unknown color: approx Luxor Gold. HEX triplet: 9E, 87 and 3F. RGB value is (158,135,63). Sum of RGB (Red+Green+Blue) = 158+135+63=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E873F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E873F is #6178C0. Grayscale: #858585. Windows color (decimal): -6387905 or 4163486. OLE color: 4163486.

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

Color convert

RGB15813563-
CMYK00.150.600.38
HSL45.47º42.99%43.33%-
HSV(B)45.47º60.13%61.96%-
XYZ23.6624.968.27-
YUV133.6788.12145.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.38%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 63 (25% from 255) = 17.70%
R=44.38%
G=37.92%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581356300.150.600.3845.4742.9943.33
Hex9E873F0F3C262d2b2b
Octal236207770177446555353
Binary100111101000011111111101111111100100110101101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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