#9D803F

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

Shades of Luxor Gold #9D803F

Tints of Luxor Gold #9D803F

Color information

#9D803F (or 0x9D803F) is unknown color: approx Luxor Gold. HEX triplet: 9D, 80 and 3F. RGB value is (157,128,63). Sum of RGB (Red+Green+Blue) = 157+128+63=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D803F is #627FC0. Grayscale: #818181. Windows color (decimal): -6455233 or 4161693. OLE color: 4161693.

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

Color convert

RGB15712863-
CMYK00.180.600.38
HSL41.49º42.73%43.14%-
HSV(B)41.49º59.87%61.57%-
XYZ22.5222.977.95-
YUV129.2690.61147.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.11%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 63 (25% from 255) = 18.10%
R=45.11%
G=36.78%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571286300.180.600.3841.4942.7343.14
Hex9D803F0123C26292b2b
Octal235200770227446515353
Binary1001110110000000111111010010111100100110101001101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,128,63); }

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

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

 a { background-color: rgb(157,128,63); }

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

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

 span { border-color: rgb(157,128,63); }

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