#9D833F

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

Shades of Luxor Gold #9D833F

Tints of Luxor Gold #9D833F

Color information

#9D833F (or 0x9D833F) is unknown color: approx Luxor Gold. HEX triplet: 9D, 83 and 3F. RGB value is (157,131,63). Sum of RGB (Red+Green+Blue) = 157+131+63=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D833F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D833F is #627CC0. Grayscale: #838383. Windows color (decimal): -6454465 or 4162461. OLE color: 4162461.

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

Color convert

RGB15713163-
CMYK00.170.600.38
HSL43.4º42.73%43.14%-
HSV(B)43.4º59.87%61.57%-
XYZ22.9223.768.08-
YUV131.0289.61146.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.73%
GREEN value IS 131 (51.56% from 255) = 37.32%
BLUE value IS 63 (25% from 255) = 17.95%
R=44.73%
G=37.32%
B=17.95%

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
Decimal1571316300.170.600.3843.442.7343.14
Hex9D833F0113C262b2b2b
Octal235203770217446535353
Binary1001110110000011111111010001111100100110101011101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D833F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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